-
Couldn't load subscription status.
- Fork 21
Description
I have npm 2.3.0 but when I try npm install it gives me this error:
npm ERR! Darwin 15.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.11.16
npm ERR! npm v2.3.0
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'async-some'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! http://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users/NikolaosAngelidis/Desktop/Programming/Spark/print-manager-1.5/spark-print-mgr/npm-debug.log
and when i try node server.js it gives me this error:
/Users/NikolaosAngelidis/Desktop/Programming/Spark/print-manager-1.5/spark-print-mgr/config.js:178
{ "roopaServerPath" : "/Users/NikolaosAngelidis/Desktop/Programming/Spark/Roop
^
SyntaxError: Unexpected token :
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/Users/NikolaosAngelidis/Desktop/Programming/Spark/print-manager-1.5/spark-print-mgr/app.js:2:19)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
Any ideas?