JARVIS
JARVIS copied to clipboard
Can not start dev server in web folder
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!

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.
Exit from the ssh session and restart. it worked for me