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 on npm 3+ #3

Closed
martinheidegger opened this issue Sep 30, 2015 · 4 comments · Fixed by #4
Closed

Can't install on npm 3+ #3

martinheidegger opened this issue Sep 30, 2015 · 4 comments · Fixed by #4
Labels

Comments

@martinheidegger
Copy link

npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "i" "portastic" "--save"
npm ERR! node v4.1.1
npm ERR! npm  v3.3.4
npm ERR! path /code/session-server/node_modules/portastic/bin/portastic
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/code/session-server/node_modules/portastic/bin/portastic'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
@alanhoff
Copy link
Owner

node v4.1.1 comes with npm 2.14.4 but you are using version v3.3.4, I think that this is related with npm itself.

@martinheidegger martinheidegger changed the title Can't install on 4.1.1 Can't install on npm 3+ Sep 30, 2015
@martinheidegger
Copy link
Author

@alanhoff I changed the name of the issue :) I think it still is an issue (npm 3.3.4 is officially "latest")

@alanhoff
Copy link
Owner

oh sure, I thought that 3.3.x wasn't ready yet.

@alanhoff alanhoff added bug and removed wontfix labels Sep 30, 2015
@alanhoff alanhoff reopened this Sep 30, 2015
@juancerezo
Copy link

Hi! I get the same error with npm v2.14.4.

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "portastic"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! path C:\Users\**\**\**\**\node_modules\portastic\bin\portastic
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\**\**\**\**\node_modules\portastic\bin\portastic'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
´´´

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants