Yes some things are different, but did you actually encounter any errors when using it? The NodeBB guide clearly says to use the official MongoDB guide if you encounter issues. Did you do that? Did that result in errors as well?
v1.4.0 startup error
-
a ssoon as I change a file, my nodeBB stopt working
-
only if i do
./nodebb upgrade
my nodebb works again. -
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
-
@PitaJ
changed the file.
and this
-
and log is still the same
-
strange thing is
./nodebb stop
change file
./nodebb start
won't start anymore.
change file back
./nodebb start
works again
-
@MJ your edit of package.json isn't actually applying. Use nano or something to edit it directly on the server
-
@PitaJ said in v1.4.0 startup error:
your edit of package.json isn't actually applying. Use nano or something to edit it directly on the server
thanks man, it looks like it's starting now
-
hmm it worked
I installed 3.4.1 but it would not start again, so I changed the line back from 3.4.1 to 3.4.0 and it works now
No errors in log and the composer works now in Firefox
thanks for your help @PitaJ