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
As title states if your directory has spaces for ex: user/Documents/My Projects/Bolt_Project, the npx script will try to cd without properly escaping the spaces with a \ and error out.
The text was updated successfully, but these errors were encountered:
As title states if your directory has spaces for ex:
user/Documents/My Projects/Bolt_Project
, the npx script will try to cd without properly escaping the spaces with a\
and error out.The text was updated successfully, but these errors were encountered: