Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Melos doesn't complete the bootstrap process if the absolute path of the folder contains spaces in its name. #715

Open
1 task done
MattiaPispisa opened this issue May 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MattiaPispisa
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

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

  1. create a flutter project inside a folder like: /Users/USERNAME/Documents/My Cool Projects/to_do_list_melos
  2. follow melos setup
  3. 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.

Expected behavior

default melos bs

Screenshots

No response

Additional context and comments

f  --version

Flutter 3.22.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision a14f74ff3a (19 hours ago) • 2024-05-22 11:08:21 -0500
Engine • revision 55eae6864b
Tools • Dart 3.4.1 • DevTools 2.34.3
@MattiaPispisa MattiaPispisa added the bug Something isn't working label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant