I try to install nodebb in centos and I obtain Jquery is not define

NodeBB Plugins
  • 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 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.


Suggested Topics


  • 7 Votes
    19 Posts
    3069 Views

  • 8 Votes
    2 Posts
    1464 Views

  • 1 Votes
    5 Posts
    1880 Views

  • 13 Votes
    17 Posts
    10709 Views

  • 2 Votes
    5 Posts
    3134 Views

| | | |