Please help! Child Process exited (code: 0, signal: null) when install NodeBB

Technical Support
  • Hi guys,

    I'm trying to install NodeBB on my Mac, I cannot start, and this is the log:

        at nextTask (/Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:5310:14)
        at next (/Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:5317:9)
        at /Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:958:16
        at /Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:473:16
        at next (/Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:5315:29)
        at /Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:958:16
        at /Users/tlh/Downloads/NodeBB/src/database/redis.js:167:4
        at nextTask (/Users/tlh/Downloads/NodeBB/node_modules/async/dist/async.js:5310:14)
    [cluster] Child Process (31608) has exited (code: 0, signal: null)
    

    I use version 1.7.5, and my nodejs version is 10.5.0. Can you please help me solve this problem? Thank you!

  • Can you paste the full stack trace? What you've included is much too little to diagnose an issue 😞

    Also you're probably better off installing the latest version (v1.9.x)... 1.7.3 is quite old now!

  • @julian Thanks for your help! When I ran ./nodebb log, that was the message I received, can you please tell me how to print out the full stack trace you mentioned? Thanks!

  • @hoang6 go in to your nodebb folder, the logs are inside the logs folder, open output.log and paste the last 20-30 lines which should show the crash.


Suggested Topics