Hello,
I'm a new user of nodebb and i have some problem with the installation of nodebb on Ubuntu 12.04.4 LTS
Environment :
- Ubuntu 12.04.4 LTS (GNU/Linux 3.11.0-15-generic x86_64)
- MongoDB 2.6.4
- NodeJS 0.10.31-1chl1~precise1
After the installation i have this error :
sudo node app
info: NodeBB v0.5.0-2 Copyright (C) 2013-2014 NodeBB Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
info: Time: Mon Aug 25 2014 13:15:46 GMT+0200 (CEST)
info: Initializing NodeBB v0.5.0-2
info: * using configuration stored in: /home/user/nodebb/config.json
info: * using mongo store at 127.0.0.1:27017
info: * using themes stored in: /home/user/nodebb/node_modules
/home/user/nodebb/node_modules/mongodb/lib/mongodb/connection/base.js:245
throw message;
^
Error: Cannot find module 'ms'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/user/nodebb/node_modules/serve-favicon/index.js:16:10)
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)
Have you an idea ?
Thanks in advance for your help.