nzbFamilyHub
nzbFamilyHub copied to clipboard
Cannot find module 'chokidar'
I get the following error when attempting "npm start", while following the readme directions.
[email protected] start c:\nzbFamilyHub node app.js
module.js:338 throw err; ^
Error: Cannot find module 'chokidar'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v4.1.1
npm ERR! npm v2.14.4
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node app.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node app.js'.
npm ERR! This is most likely a problem with the nzbFamillyHub package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node app.js
npm ERR! You can get their info via:
npm ERR! npm owner ls nzbFamillyHub
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! c:\nzbFamilyHub\npm-debug.log
I installed Chokidar package myself, and all seems to working now.
https://github.com/paulmillr/chokidar