NodeBB setup ended up unsuccessfully

Solved Technical Support
  • Hello,

    I am installing NodeBB on Digital Ocean. The setup script created the DB, build the web apps but did not finish successfully. Attached is a screenshot.

    nodebb-setup-issue.png

    Does anyone knows what is the problem and how can I finalize the setup?

    Thanks.!

  • It seems that the Docker was not able to execute all parallel builds.

    The solution I found is:

    1. Run the setup with option: ./nodebb setup --skip-builds
    2. Manually run the build in serial mode: ./nodebb build --series

    That solved the issue.

  • It seems that the Docker was not able to execute all parallel builds.

    The solution I found is:

    1. Run the setup with option: ./nodebb setup --skip-builds
    2. Manually run the build in serial mode: ./nodebb build --series

    That solved the issue.

  • zhivkoangelovZ zhivkoangelov has marked this topic as solved on


Suggested Topics