Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing [email protected] in windows 7 #97

Closed
vvasireddy opened this issue Jan 22, 2014 · 1 comment
Closed

Error installing [email protected] in windows 7 #97

vvasireddy opened this issue Jan 22, 2014 · 1 comment

Comments

@vvasireddy
Copy link

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

[email protected] postinstall C:\Users\Work\node_modules\chokidar
node setup-deps.js

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.

@es128
Copy link
Contributor

es128 commented Jan 22, 2014

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.

@es128 es128 closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants