having trouble running on ubuntu 16
See original GitHub issuehere are the prompt from running the npm install (get-me-through) gerrymac@ubuntu:~/env/get-me-through$ npm install
uws@0.14.5 install /home/gerrymac/env/get-me-through/node_modules/uws node-gyp rebuild > build_log.txt 2>&1 || exit 0
npm WARN get_me_through@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”})
added 374 packages in 29.203s npm start (get-me-through) gerrymac@ubuntu:~/env/get-me-through$ npm start
get_me_through@1.0.0 start /home/gerrymac/env/get-me-through node ./bin/www
module.js:487 throw err; ^
Error: Cannot find module ‘/home/gerrymac/env/get-me-through/bin/www’
at Function.Module._resolveFilename (module.js:485:15)
at Function.Module._load (module.js:437:25)
at Function.Module.runMain (module.js:605:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:575:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! get_me_through@1.0.0 start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the get_me_through@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /home/gerrymac/.npm/_logs/2017-07-25T03_58_13_794Z-debug.log
i followed every step of the installation am i doing siomething wrong?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top GitHub Comments
and one more thing the facial_recognition,pathlib,openvnc should be installed while on virtual environment after installing dlib of course
got it working i installed numpy and face_recognition inside the virtual environment i guess that solved my problem
again thank you for the great project it will be an inspiration for me