v1.4.0 startup error
-
@MJ said in NodeBB v1.4.0 Release:
@PitaJ Sorry for the unspecific answer.
Composer is working again after ./nodebb build. Composer is back at v4.3.0.
git commit NodeBB
What does this meaning? Must I use this in console?Yes. but try
git show
instead.[root@daermabb ~]# cd /opt/daerma/nodebb [root@daermabb nodebb]# git show commit d120ee86cfe2a55efcd3982cc3e8fa3f71284602 Author: Misty (Bot) <[email protected]> Date: Thu Dec 1 21:28:53 2016 +0000 Incremented version number diff --git a/package.json b/package.json index b035495..52cff78 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "1.3.0", + "version": "1.4.0", "homepage": "http://www.nodebb.org", "repository": { "type": "git",
-
@MJ try this sequence of commands:
./nodebb stop npm install [email protected] ./nodebb build ./nodebb start
-
commit d120ee86cfe2a55efcd3982cc3e8fa3f71284602 Author: Misty (Bot) <[email protected]> Date: Thu Dec 1 21:28:53 2016 +0000 Incremented version number diff --git a/package.json b/package.json index b035495..52cff78 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", - "version": "1.3.0", + "version": "1.4.0", "homepage": "http://www.nodebb.org", "repository": { "type": "git",
-
@MJ any errors?
-
@PitaJ said in v1.4.0 startup error:
@MJ try this sequence of commands:
./nodebb stop npm install [email protected] ./nodebb build ./nodebb start
For me this results in:
4/12 04:11 [14399] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them:
4/12 04:11 [14399] - warn: ./nodebb upgradeAfter running nodebb upgrade, I'm back to 4.3.0.
-
[outdated] nodebb-plugin-composer-default installed v4.3.1, package.json requires 4.3.0
4/12 19:26 [28809] - warn: One or more of NodeBB's dependent packages are out-of-date. Please run the following command to update them:
4/12 19:26 [28809] - warn: ./nodebb upgrade
[cluster] Child Process (28809) has exited (code: 0, signal: null) -
ofter doing
npm install [email protected]
it works again -
@MJ try changing the nodebb-plugin-composer-default line in package.json to be 4.3.1 instead of 4.3.0
-
@MJ change the line in package.json to 4.3.1 then install [email protected] then try starting
-
okay step by step
change to this
./nodebb log only 1 error only, but this plugin gives error from the beginning I use nodeBB.
next upload and overwrite package.json in
nodebb/node_modules/nodebb-plugin-composer-default
done
after uploading the file my NodeBB gives allready an error
running log
I did'nt even use
npm install [email protected]
so before ugrading NodeBB gives the error
-
@MJ so you're running these:
./nodebb stop
- edit package.json to
4.3.1
for composer npm install [email protected]
./nodebb build
./nodebb start