@bernatixer have a look at:
Deploy NodeBB in a subfolder of a site https://community.nodebb.org/post/43630
Hope it helps.
So I have managed to install nodebb somehow, by fumbling my way through tutorials but I have a few warnings in terminal.
Could someone please explain? and how to fix. Extremely grateful in advance!
npm WARN prefer global [email protected] should be installed with -g
[email protected] /var/www/nodebb/forums
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected]
āāā [email protected] extraneous
āāā [email protected] extraneous
āāā [email protected] extraneous
Have you tried installing [email protected]
using -g
?
It would be something like this.
npm install -g [email protected]