Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ./nodebb start
  2.  
  3. Starting NodeBB
  4. "./nodebb stop" to stop the NodeBB server
  5. "./nodebb log" to view server output
  6. "./nodebb restart" to restart NodeBB
  7.  
  8. child_process.js:400
  9. throw new TypeError('"cwd" must be a string');
  10. ^
  11.  
  12. TypeError: "cwd" must be a string
  13. at normalizeSpawnArguments (child_process.js:400:11)
  14. at Object.exports.spawn (child_process.js:485:38)
  15. at Function.module.exports.daemon (/home/tesla/markerpoint/NodeBB/node_modules/daemon/index.js:50:31)
  16. at module.exports (/home/tesla/markerpoint/NodeBB/node_modules/daemon/index.js:25:20)
  17. at /home/tesla/markerpoint/NodeBB/loader.js:223:21
  18. at FSReqWrap.oncomplete (fs.js:135:15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement