I try to install nodebb in centos and I obtain Jquery is not define
-
I follow this guide to install nodebb in centos:
https://nodebb.readthedocs.io/en/latest/installing/os/centos.html
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 setupat 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)