Skip to content

"npx create-bolt-uxp" interface does not handle paths properly #24

Open
@gregbenz

Description

When running "npx create-bolt-uxp", a few issues arise around the first prompt for the install path:

  • Trying to accept the default path (./) shows a "valid is required" warning.
  • If you clear it and drag and drop a path such as "/Users/admin/Temp", the project tries to create "/Users/admin/Temp/Users/admin/Temp" (as if you typed the path string twice)
  • If you drag and drop the file path to the Terminal, it will not have a trailing slash. That's fine in Terminal, but fails in this case if you don't add the slash after dragging and dropping the folder.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions