Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

NPM Install Failure (Darwin 15.5.0 ERR!) #13055

Closed
artautonomy opened this issue Jun 14, 2016 · 7 comments
Closed

NPM Install Failure (Darwin 15.5.0 ERR!) #13055

artautonomy opened this issue Jun 14, 2016 · 7 comments
Labels

Comments

@artautonomy
Copy link

npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.4.5
npm ERR! npm v2.15.5

npm ERR! version not found: socket.io@2.15.5
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm-debug.txt

@kenany
Copy link
Contributor

kenany commented Jun 14, 2016

@willkilroy Can I see your package.json?

@artautonomy
Copy link
Author

sure

{
"name": "Will",
"version": "0.0.1",
"private": "true",
"dependencies": {
"express": "2.15.5",
"socket.io": "2.15.5"
}
}

@kenany
Copy link
Contributor

kenany commented Jun 14, 2016

@willkilroy You are asking npm to install a version of socket.io which does not exist. You can view existing versions with

$ npm info socket.io versions

You can do the same with express too:

$ npm info express versions

@artautonomy
Copy link
Author

Great it works, thank you very much

@kenany kenany added the support label Jun 28, 2016
@kenany
Copy link
Contributor

kenany commented Jun 28, 2016

Closing as resolved 🎉

@kenany kenany closed this as completed Jun 28, 2016
@Ramesh209025
Copy link

Ramesh209025 commented Nov 3, 2016

npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "ionic" "cordova"
npm ERR! node v7.0.0
npm ERR! npm v3.10.8

npm ERR! Invalid name: "@ionic/app-generators"
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /Users/home/npm-debug.log

I'm getting this error in mac while installing ionic cordova

@kenany
Copy link
Contributor

kenany commented Nov 3, 2016

@Ramesh209025 Open a new ticket please.

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

No branches or pull requests

3 participants