nzbFamilyHub icon indicating copy to clipboard operation
nzbFamilyHub copied to clipboard

Cannot find module 'chokidar'

Open CJICantLie opened this issue 9 years ago • 1 comments

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. (c:\nzbFamilyHub\lib\fileSync.js:8:16) at Module._compile (module.js:434:26) at Object.Module._extensions..js (module.js:452:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17)

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

CJICantLie avatar Oct 01 '15 05:10 CJICantLie

I installed Chokidar package myself, and all seems to working now.

https://github.com/paulmillr/chokidar

CJICantLie avatar Oct 01 '15 06:10 CJICantLie