My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
I can not get MERN to start.

I can not get MERN to start.

Default profile photo
Anonymous
·Mar 19, 2016

Hi, everytime I try to start just a simple starter project I can not get it to work. I have installed and reinstalled node, npm, MERN numerous times and they are all the latest version. After running npm install and then npm run I always get this issue.

npm ERR! Darwin 15.4.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" npm ERR! node v5.9.0 npm ERR! npm v3.7.3 npm ERR! code ELIFECYCLE npm ERR! mern-starter@1.0.0 start: cross-env NODE_ENV=development node index.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the mern-starter@1.0.0 start script 'cross-env NODE_ENV=development node index.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the mern-starter package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cross-env NODE_ENV=development node index.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs mern-starter npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls mern-starter npm ERR! There is likely additional logging output above.

Any ideas?