Every time I run npm run watch
, the server doesn’t run, it does not open the p5js.org website on my system. Instead, it shows the following error in the terminal.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! p5js@0.1.0 watch:grunt server
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the p5js@0.1.0 watch 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! /home/teddy/.npm/_logs/2020-01-11T06_19_08_870Z-debug.log
I set up and ran everything according to the instructions on GitHub repository of p5.js-website.
Any help would be appreciated.
Thanks and regards.