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
Melos doesn't complete the bootstrap process if the absolute path of the folder contains spaces in its name.
Steps to reproduce
create a flutter project inside a folder like: /Users/USERNAME/Documents/My Cool Projects/to_do_list_melos
follow melos setup
run melos bs
Result:
Running "/Users/USERNAME/Documents/My Cool Projects/to_do_list_melos/.fvm/flutter_sdk/bin/flutter pub get" in workspace packages...
app
└> app
└> Failed to install.
/bin/sh: /Users/USERNAME/Documents/My: No such file or directory
BootstrapException: Failed to install.: app at /Users/USERNAME/Documents/My Cool Projects/to_do_list_melos/app.
Is there an existing issue for this?
Version
6.0.0
Description
Melos doesn't complete the bootstrap process if the absolute path of the folder contains spaces in its name.
Steps to reproduce
/Users/USERNAME/Documents/My Cool Projects/to_do_list_melos
melos bs
Result:
Running "/Users/USERNAME/Documents/My Cool Projects/to_do_list_melos/.fvm/flutter_sdk/bin/flutter pub get" in workspace packages...
└> app
└> Failed to install.
/bin/sh: /Users/USERNAME/Documents/My: No such file or directory
BootstrapException: Failed to install.: app at /Users/USERNAME/Documents/My Cool Projects/to_do_list_melos/app.
Expected behavior
default
melos bs
Screenshots
No response
Additional context and comments
The text was updated successfully, but these errors were encountered: