Error when I try to run npm start
bryanblaz opened this issue · 5 comments
bryanblaz commented
npm ERR! Missing script: "start"
npm ERR!
npm ERR! Did you mean one of these?
npm ERR! npm star # Mark your favorite packages
npm ERR! npm stars # View packages marked as favorites
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Local\npm-cache_logs\2022-02-01T00_48_52_479Z-debug.log
olizilla commented
That's odd. Did you run
npm start
from inside the project directory?
the start script is defined here
KaizokuOni272 commented
I have same issue
olizilla commented
What version of node and npm are you using?
olizilla commented
I recommend using the current LTS release of node v16
dysbulic commented
Try npm run start
. Current versions of npm
require the run
keyword.