You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system cannot find the path specified.
npm ERR! [email protected] postinstall: node setup-deps.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is most likely a problem with the chokidar package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node setup-deps.js
npm ERR! You can get their info via:
npm ERR! npm owner ls chokidar
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Applications\nodejs\node.exe" "C:\Applications\nodej
s\node_modules\npm\bin\npm-cli.js" "install" "chokidar"
npm ERR! cwd C:\Users\Work
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Work\npm-debug.log
npm ERR! not ok code 0
Any help on how to fix this error is appreciated.
The text was updated successfully, but these errors were encountered:
Dupe of #95. Seems to be an npm bug, but will become irrelevant soon anyway as the postinstall command will be removed. For now, install a prior version. npm install [email protected] should work.
Hi,
I am trying to install chokidar in windows and it fails with below error:
C:\Users\Work>npm install chokidar
npm http GET https://registry.npmjs.org/chokidar
npm http 304 https://registry.npmjs.org/chokidar
The system cannot find the path specified.
npm ERR! [email protected] postinstall:
node setup-deps.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is most likely a problem with the chokidar package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node setup-deps.js
npm ERR! You can get their info via:
npm ERR! npm owner ls chokidar
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Applications\nodejs\node.exe" "C:\Applications\nodej
s\node_modules\npm\bin\npm-cli.js" "install" "chokidar"
npm ERR! cwd C:\Users\Work
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Users\Work\npm-debug.log
npm ERR! not ok code 0
Any help on how to fix this error is appreciated.
The text was updated successfully, but these errors were encountered: