jsh: permission denied: vite #187
-
I was playing around with the configuration and placed the terminal configuration code sample inside a meta.md file with type: chapter. I started getting this error - jsh: permission denied: vite I removed what I've added - and restarted the server - but I still get that error. Currently my src folder is identical to the default one, other than the templace which I replaced with something I was working on - and runs. Is there some hidden cache folder that I can delete? Here's my repo: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you write down reproduction steps for this issue? Starting from The linked Github repository runs just fine. |
Beta Was this translation helpful? Give feedback.
-
Hi - based on your tip - I downloaded the project to a different directory and it worked. to reproduce |
Beta Was this translation helpful? Give feedback.
Hi - based on your tip - I downloaded the project to a different directory and it worked.
I decided to compare the directories and found the cause.
In the src/template/default there was a node_modules folder (when I tested that it worked)
With that node_modules the problem is reproduced.
to reproduce
npm create tutorial
cd src/templates/default
npm i
cd ../../../
npm run dev
you'll see the problem