nodebb setup takes too long
-
It's probably the download time for the package-dependencies that takes a while. They all end up in the node_modules folder when ready.
Guess you could have copy ready and just copy it to your NodeBB folder before running setup.
But why is this a problem? What is the use case for shortening this step that usually only is done once?
-
Maybe you're talking about the build step that's at the end of
./nodebb setup
? In that case, you could save copies of thebuild
directory as long as you use the same version of NodeBB and plugins for everywhere you're installing it.
Copyright © 2024 NodeBB | Contributors