-
I wrapped the project seed generation in a Yo generator instead, using the tips from your vimeo presentation: https://vimeo.com/103711300
A generator provides way more flexibility than these seed pro…
-
Hey,
I just tried to install pm2 on one of my servers using `npm install -g pm2`, but I get the following error:
```
> pm2@0.8.9 install /usr/local/lib/node_modules/pm2
> node scripts/install.js
(O…
-
This is annoying and makes it harder to npm install on a headless server.
```
Would you like to be notified by email when a problem is detected on your server (server offline) ? (y/n): n
```
-
Long time use of forever here, trying to make the change. Very impressed by the work so far but keep hitting instances where fire up my express app (pm2 start server.js) and everything is going well.…