Closed
Description
If you call your project Lorem Ipsum
, the cd
command doesn't escape the space:
cd Lorem Ipsum
npm install
npm run dev
Not sure if there are other characters that need to be escaped.
I also bumped into https://github.com/jy95/escape-path-with-spaces, which indicates escaping spaces is os specific.
An alternative might be to change the folder name to Lorem_Ipsum
or lorem-ipsum
instead.