Skip to content

Spaces in the folder name aren't escaped #209

Closed
@MartijnCuppens

Description

@MartijnCuppens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions