You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't export my config because of broken path. That's a big issue since config:export / config:import are two of my most used commands.
In Filesystem.php line 104:
Failed to create "D:\Profiles\myname\PhpstormProjects\myproject/D:\Profiles\myname\PhpstormProjects\myproject/../sync": mkdir(): No such file or directory.
Problem/Motivation
I can't export my config because of broken path. That's a big issue since
config:export
/config:import
are two of my most used commands.How to reproduce
Install module, then export config.
drupal config:export
Solution
Dunno but it seems related to this issue: #4154
Quick fix for now has been to rollback to
1.9.2
.The text was updated successfully, but these errors were encountered: