I am trying to set environment for ReactJS in my Ubuntu 18.04 and I followed this link instructions. After installation used command 'start npm' (as instructed in the link) in terminal to start but getting this error(see the img). After this I updated node.js and npm even after this I'm getting the same error. I'm beginner in UI Development.
Asked
Active
Viewed 37 times
0
-
Seems like you are trying this from root folder, you have to cd into the folder – Agney Nov 04 '18 at 06:43
1 Answers
0
Probably you have to cd into the project folder created and then run the command npm start. if the error prevails then check the package.json file for start command
"scripts": {
"start": ""
}

Ram
- 93
- 1
- 9