jetli / create-yew-app

Set up a modern Yew web app by running one command.
https://jetli.github.io/create-yew-app/
Apache License 2.0
164 stars 13 forks source link

Fails to find cache if folder path has a space in it #23

Closed lord-ne closed 1 year ago

lord-ne commented 2 years ago

Compiling gives the message:

×  Error writing to cache: ENOENT: no such file or directory, stat 'C:\Users\Noam\Desktop\Programs\Research2022\contact-picker\target\wasm32-unknown-unknown\debug\yew_app.wasm'

Note that it is looking in the Research2022 folder. However, the folder that the app is inside of is actually named Research 2022 with a space

jetli commented 1 year ago

upgrade to use trunk, npx create-yew-app@0.2.0 my-app