Error: Cannot find module 'awesome-module-manager'
partharanjan opened this issue · 1 comments
partharanjan commented
Getting an error when trying to run hubl in Ubuntu
Error Details:
module.js:328
throw err;
^
Error: Cannot find module 'awesome-module-manager'
at Function.Module._resolveFilename (module.js:326:15)
at Function.Module._load (module.js:277:25)
at Module.require (module.js:354:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/home/ubuntu/meetings/backend/module-manager/index.js:6:28)
at Module._compile (module.js:410:26)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)
npm ERR! Linux 4.4.0-1022-aws
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! hublin@0.1.0 start: `node server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hublin@0.1.0 start script 'node server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the hublin package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs hublin
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls hublin
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/meetings/npm-debug.log
MichaelBailly commented
Hello @partharanjan ,
can you please give me:
- your version of nodejs, and
- the contents of the folder "node_modules" that should be in /home/ubuntu/meetings/ ?
Thanks