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
Thanks for reporting this. Yes, you're correct, javac is complaining because of the whitespace in the directory path. Here's a workaround until I ship a new release fixing this:
Copy/Move everything inside the Application Support/rush directory to a place whose path has no whitespace. For e.g., /home/rush.
Then, export the RUSH_DATA_DIR environment variable and set its value as the path of the previously moved directory.
Build your extension with rush build.
shreyashsaitwal
changed the title
Build fails on macos
Build fails if file/directory paths contains whitespaces
Dec 21, 2021
Describe the bug
rush build
doesn't work on macosTo Reproduce
Steps to reproduce the behavior:
rush build
to build itExpected behavior
It should be built, as nothing is changed.
Screenshots
(Sorry for the japanese screenshot)
Desktop (please complete the following information):
Additional context
It seems like it is using "Application Support" folder which contains space in it, so javac is complaining about it.
The text was updated successfully, but these errors were encountered: