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

Can't install from npm (ENOENT, chmod) #21

Closed
nickpresta opened this issue Nov 30, 2013 · 6 comments
Closed

Can't install from npm (ENOENT, chmod) #21

nickpresta opened this issue Nov 30, 2013 · 6 comments

Comments

@nickpresta
Copy link

$ npm install grunt-uncss --save-dev
npm http GET https://registry.npmjs.org/grunt-uncss
npm http 304 https://registry.npmjs.org/grunt-uncss
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/uncss
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/uncss
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/css
npm http GET https://registry.npmjs.org/csso
npm http GET https://registry.npmjs.org/cheerio
npm http 304 https://registry.npmjs.org/commander
npm http 304 https://registry.npmjs.org/csso
npm http 304 https://registry.npmjs.org/css
npm http 304 https://registry.npmjs.org/cheerio
npm http GET https://registry.npmjs.org/css-parse/1.6.0
npm http GET https://registry.npmjs.org/css-stringify/1.3.2
npm http GET https://registry.npmjs.org/cheerio-select
npm http GET https://registry.npmjs.org/htmlparser2/3.1.4
npm http GET https://registry.npmjs.org/entities
npm http 304 https://registry.npmjs.org/css-stringify/1.3.2
npm http 304 https://registry.npmjs.org/css-parse/1.6.0
npm http 304 https://registry.npmjs.org/htmlparser2/3.1.4
npm http 304 https://registry.npmjs.org/cheerio-select
npm http 304 https://registry.npmjs.org/entities
npm http GET https://registry.npmjs.org/CSSselect
npm http GET https://registry.npmjs.org/domhandler
npm http GET https://registry.npmjs.org/domutils
npm http GET https://registry.npmjs.org/domelementtype
npm http GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/domutils
npm http 304 https://registry.npmjs.org/domhandler
npm http 304 https://registry.npmjs.org/domelementtype
npm http 304 https://registry.npmjs.org/CSSselect
npm http 304 https://registry.npmjs.org/readable-stream
npm http GET https://registry.npmjs.org/CSSwhat
npm http 304 https://registry.npmjs.org/CSSwhat
npm ERR! Error: ENOENT, chmod '/Users/nickp/code/project/node_modules/grunt-uncss/node_modules/uncss/node bin/index.js'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Darwin 13.0.0
npm ERR! command "/usr/local/Cellar/node/0.10.22/bin/node" "/usr/local/bin/npm" "install" "grunt-uncss" "--save-dev"
npm ERR! cwd /Users/nickp/code/project
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR! path /Users/nickp/code/project/node_modules/grunt-uncss/node_modules/uncss/node bin/index.js
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/nickp/code/project/npm-debug.log
npm ERR! not ok code 0

I can install all my other NPM packages fine.

Could this perhaps be a problem with the space in node bin?

@giakki
Copy link
Member

giakki commented Nov 30, 2013

I guess the problem is that yesterday I changed the way uncss is launched from the command line, should I revert it, or is it fixable from here?
Edit: fixed

@jonschlinkert
Copy link

I'm still having this problem, I cleared everything out and reinstalled and it's still not working.

@IbeVanmeenen
Copy link

+1

@rictorres
Copy link

Thanks, @giakki !
I also had this problem but I thought it was related to the computer I was using (poorly configurated).

@giakki
Copy link
Member

giakki commented Dec 2, 2013

Good to hear! Anyway, I reverted the change, it should work for everyone now!

@IbeVanmeenen
Copy link

Works here again as well, thanks! :)

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

6 participants