JARVIS icon indicating copy to clipboard operation
JARVIS copied to clipboard

Can not start dev server in web folder

Open sunzhig opened this issue 3 years ago • 2 comments

Hi, I try to run the commands

cd web
npm install
npm run dev

But there is an error when I run "npm run dev". Could anyone help me solve the problem? Thanks! 截屏2023-04-12 22 58 33

sunzhig avatar Apr 12 '23 15:04 sunzhig

I had an error running npm run dev but it wasn't this. I fixed it by installing nvm and updating node.js. I used this to install nvm, and then ran nvm install node and node --version.

oyylumo avatar Apr 14 '23 20:04 oyylumo

Exit from the ssh session and restart. it worked for me

vrajroutu avatar May 08 '23 05:05 vrajroutu