react-slingshot icon indicating copy to clipboard operation
react-slingshot copied to clipboard

Get error when execute "npm start" command.

Open amandix opened this issue 5 years ago • 1 comments

whenever i run the commannd 'npm start' in node.js command prompt. it gives me an error. and the project do no trun.

D:\react\reactjs>npm start npm ERR! missing script: start

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Terminater\AppData\Roaming\npm-cache_logs\2020-04-07T07_3 0_21_951Z-debug.log

amandix avatar Apr 07 '20 07:04 amandix

it seems like you are in the wrong folder.

You need to run the npm script from within the folder where you cloned the repo.

Also, you should run the setup from that same folder first, if you did not do that already: npm run setup

m10 avatar Oct 24 '20 17:10 m10