@pichalite
Sorry I think I did not do enough work just now.
I tried another several times and finally it succeeded with nodebb-plugin-recent-cards after restarting the forum instead of reloading it.
Thanks for the help.
I follow this guide to install nodebb in centos:
I use this code to download from github:
git clone -b v1.x.x https://github.com/NodeBB/NodeBB nodebb
and when I do:
./nodebb setup
at the end I obtain:
Previous theme detected, skipping enabling default theme
/vagrant/nodebb/node_modules/mongodb/lib/utils.js:98
process.nextTick(function() { throw err; });
^
ReferenceError: jQuery is not defined
at /vagrant/nodebb/public/src/modules/translator.js:38:32
at /vagrant/nodebb/public/src/modules/translator.js:31:21
at assign (/vagrant/nodebb/public/src/modules/translator.js:32:5)
at Object.<anonymous> (/vagrant/nodebb/public/src/modules/translator.js:36:3)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/vagrant/nodebb/src/emailer.js:16:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
Anyone can explaing me what I wrong?
at Module.require (module.js:364:17)
@Doppy upgrade your node.js version. Atleast v4 required.