1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

minor changes as well as new post

This commit is contained in:
2016-01-02 00:32:06 -06:00
parent b512e6c2a6
commit 9d1a5e460c
4 changed files with 14 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
6 info start myapp@0.0.0
7 verbose unsafe-perm in lifecycle true
8 info myapp@0.0.0 Failed to exec start script
9 verbose stack Error: myapp@0.0.0 start: `forever ./bin/www`
9 verbose stack Error: myapp@0.0.0 start: `forever -w ./bin/www`
9 verbose stack Exit status 1
9 verbose stack at EventEmitter.<anonymous> (C:\Users\Mitchell\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:214:16)
9 verbose stack at emitTwo (events.js:87:13)
@@ -26,13 +26,13 @@
14 error node v4.1.1
15 error npm v2.14.1
16 error code ELIFECYCLE
17 error myapp@0.0.0 start: `forever ./bin/www`
17 error myapp@0.0.0 start: `forever -w ./bin/www`
17 error Exit status 1
18 error Failed at the myapp@0.0.0 start script 'forever ./bin/www'.
18 error Failed at the myapp@0.0.0 start script 'forever -w ./bin/www'.
18 error This is most likely a problem with the myapp package,
18 error not with npm itself.
18 error Tell the author that this fails on your system:
18 error forever ./bin/www
18 error forever -w ./bin/www
18 error You can get their info via:
18 error npm owner ls myapp
18 error There is likely additional logging output above.