Hello I am new to coding and don’t know much. I am following the instructions on this tutorial https://blockstack.org/tutorials/hello-blockstack. While following the steps I got stuck at “npm run start” and keep on getting this error:
[email protected] start C:\Users\PC\hello-blockstack
npm run browserify; node server.js
npm ERR! missing script: browserify;
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\PC\AppData\Roaming\npm-cache_logs\2017-11-12T20_12 _10_958Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: npm run browserify; node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\PC\AppData\Roaming\npm-cache_logs\2017-11-12T20_12_11_022Z-debug.log
Any help on what might be the error and how to fix it? Thanks