start npm run watch-server error (fresh install)
See original GitHub issueHello,
I clone, install and run npm run watch-server got this error :
var eventName = msg.name === 'error' ? 'errorMessage' : msg.name
^
TypeError: Cannot read property 'name' of undefined
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
I get the same error everytime I run npm start - Stack Overflow
it's becuase you must use npm install first to install node_modules in your project and then run the app with npm start.
Read more >start-server-and-test - npm
Start using start-server-and-test in your project by running `npm i start-server-and-test`. ... Install. Requires Node version 8.9 or above.
Read more >Start script fails after initial installation. #449 - GitHub
Issue 1: After initial installation via npm run setup or npm install , start script fails. Error output provided below. Error Output:.
Read more >Boss-machine project - server not starting - Get Help
The error that you are getting is 'nodemon' is not recognized as an internal or external command . When you're running npm run...
Read more >How To Restart Your Node.js Apps Automatically with nodemon
First, you will need to install nodemon on your machine. Install the utility either globally or locally on your project using npm or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Npm i --save npmthat is not the command you used. So the minimum to receive help is providing valid information.Okay seems not want to help !
Great answer ! It IS n’ont problem of node but yours project !
Another project works fine !
Bad answer …