This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@domU-12-31-39-0A-50-65:~/www$ sudo NODE_ENV=production forever start -o out2.log -e err2.log server.js | |
| node.js:201 | |
| throw e; // process.nextTick error, or 'error' event on first tick | |
| ^ | |
| Error: Unable to load shared library /usr/local/lib/node_modules/forever/node_modules/daemon/lib/daemon.v0.6.13.node | |
| at Object..node (module.js:472:11) | |
| at Module.load (module.js:348:31) | |
| at Function._load (module.js:308:12) | |
| at Module.require (module.js:354:17) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@domU-12-31-39-0A-50-65:~/www$ sudo NODE_ENV=production forever start -o out2.log -e err2.log server.js | |
| node.js:201 | |
| throw e; // process.nextTick error, or 'error' event on first tick | |
| ^ | |
| Error: Unable to load shared library /usr/local/lib/node_modules/forever/node_modules/daemon/lib/daemon.v0.6.13.node | |
| at Object..node (module.js:472:11) | |
| at Module.load (module.js:348:31) | |
| at Function._load (module.js:308:12) | |
| at Module.require (module.js:354:17) |
NewerOlder