./nodebb start not working
-
Hello! I have this problem. NodeBB v.0.8.2 and I can not update for some important reasons.
At startup, a normal message is displayed, but nothing happens:
$ ./nodebb start Starting NodeBB "./nodebb stop" to stop the NodeBB server "./nodebb log" to view server output "./nodebb restart" to restart NodeBB
In the dev mode:
$ ./nodebb log Type Ctrl-C to exit
And nothing more. NodeBB not work:
$ ./nodebb stop NodeBB is already stopped.
In the dev mode, everything seems to be fine.
-
It started 10 days ago. At the same time, I did not change anything. Git did not record any changes.
-
I could not figure it out. Apparently there was something serious. I just took the file from the test server. It remains only to return the pictures. Thanks!
-
@sergej-saveljev you did what? What were the steps you took while upgrading?
-
scp -r ./forum [email protected]:www/mysite.ru/; ssh [email protected]; cd www/mysite.ru/forum; ./nodebb start
-
I tried a lot of things. Even this did not help:
rm -r node_modules; npm install; ./nodebb start
-
Run
./nodebb dev
and see if any errors occur in the log -
Now everything is fine, thank you!
-
I'm having this exact same problem currently--
./nodebb dev
works fine,./nodebb start
does nothing and outputs nothing to the logs, and I've tried all the./nodebb upgrade
and./nodebb build
. -