Can't run Grunt server

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.

1 Like

please repair the link
GitHub repository ,

1 Like

I apologise for the broken link. It has been repaired now.

1 Like

@teddysphotos – were you ever able to resolve this issue? For example, beginning with generic advice on cache cleaning when you get an ELIFECYCLE error?

1 Like

Yes, there was a slight error in the documentation that I was following. The command was npm run watch instead of grunt server, the issue has been resolved now.
Thanks for the link though :smiley:

1 Like