hyperbrew / bolt-uxp

A lightning-fast boilerplate for building Adobe UXP Plugins in React, Svelte or Vue built on Vite + TypeScript + Sass
MIT License
29 stars 3 forks source link

`npx create-bolt-uxp` does not properly escape spaces in file paths #16

Open two1zero3 opened 1 month ago

two1zero3 commented 1 month ago

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.