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 when installing via npm on Windows 8 #45

Open
kyleect opened this issue Dec 9, 2013 · 1 comment
Open

Error when installing via npm on Windows 8 #45

kyleect opened this issue Dec 9, 2013 · 1 comment

Comments

@kyleect
Copy link

kyleect commented Dec 9, 2013

I'm getting an error when running npm install grunt-casperjs. That command outputs this error:

image

I am able to install other npm packages without error. Please see the log output below. I truncated to the end with the error as github has character limit.

1967 info install [email protected]
1968 verbose unsafe-perm in lifecycle true
1969 info [email protected] Failed to exec install script
1970 info c:\Users\kylee\dev\ZentiCasperTests\node_modules\grunt-casperjs unbuild
1971 info preuninstall [email protected]
1972 info uninstall [email protected]
1973 verbose true,c:\Users\kylee\dev\ZentiCasperTests\node_modules,c:\Users\kylee\dev\ZentiCasperTests\node_modules unbuild [email protected]
1974 info postuninstall [email protected]
1975 error [email protected] install: `node install.js`
1975 error Exit status 8
1976 error Failed at the [email protected] install script.
1976 error This is most likely a problem with the grunt-casperjs package,
1976 error not with npm itself.
1976 error Tell the author that this fails on your system:
1976 error     node install.js
1976 error You can get their info via:
1976 error     npm owner ls grunt-casperjs
1976 error There is likely additional logging output above.
1977 error System Windows_NT 6.2.9200
1978 error command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "grunt-casperjs" "--save"
1979 error cwd c:\Users\kylee\dev\ZentiCasperTests
1980 error node -v v0.10.22
1981 error npm -v 1.3.14
1982 error code ELIFECYCLE
1983 verbose exit [ 1, true ]
@NathanGloyn
Copy link

I'm having the same problem.

I also noticed that the install said Casperjs wasn't installed and the error occured whilst attempting to install Casper. Thing is that I have Casper already installed and it never picked it up.

Any idea on a fix?

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