npm start is working without run but npmbuild is not working code example
Example: npm start not working
You can run any one of the below mentioned commands to start the node server for your reactJs application:
npm run-script start
npm run start
npm start