Feb 23, 2017 · 1 min read
Scott Spence I’ve installed all the dependencies. When Ido npm start, I get this message.
jwebking:~/workspace $ npm start
npm ERR! Linux 4.8.8-c9
npm ERR! argv “/home/ubuntu/.nvm/versions/node/v4.7.3/bin/node” “/home/ubuntu/.nvm/versions/node/v4.7.3/bin/npm” “start”
npm ERR! node v4.7.3
npm ERR! npm v4.2.0
npm ERR! missing script: start
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/.npm/_logs/2017–02–23T03_22_02_263Z-debug.log
I’m fairly new to node so I apologize if this is an obvious answer, but any help from the crowd, or the writer is appreciated. Thanks in advance!
