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 while installing peerflix using npm #38

Closed
yspanchal opened this issue Mar 19, 2014 · 13 comments
Closed

error while installing peerflix using npm #38

yspanchal opened this issue Mar 19, 2014 · 13 comments

Comments

@yspanchal
Copy link

error installing peerflix@0.2.3

npm ERR! Error: No compatible version found: mime@'^1.2.11'
npm ERR! Valid install targets:
npm ERR! ["1.0.0","1.1.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11"]

@mafintosh
Copy link
Owner

Which node version are you using?

@alesnav
Copy link

alesnav commented Mar 23, 2014

Same problem here.

Node version 0.6.19
Npm version 1.1.4

Thanks!

@feross
Copy link
Contributor

feross commented Mar 24, 2014

You should update your version of node to 0.10. Your version 0.6 is ancient.

@alesnav
Copy link

alesnav commented Mar 24, 2014

Nice, solved for me after updating node.

Thanks!

@mafintosh
Copy link
Owner

Like @feross said node 0.10 is required

@Sytzeandreae
Copy link

I get the same error somehow, node 0.10.0, npm 1.2.14

@feross
Copy link
Contributor

feross commented Apr 4, 2014

Use the latest node 0.10.x, specifically 0.10.26.

@syberkitten
Copy link

Using Windows 7 (64bit)
nodejs: v0.10.12
any ideas how to work around?

@Sytzeandreae
Copy link

I updated nodejs to the latest version, that worked for me.

@ivantodorovich
Copy link
Contributor

@syberkitten Are you checking node version with node -v? Maybe you have multiple instances of node installed.

@feross
Copy link
Contributor

feross commented Apr 22, 2014

@syberkitten Use the latest node 0.10.x, specifically 0.10.26.

@Anteus
Copy link
Contributor

Anteus commented Apr 22, 2014

if you still get an error try updating all your modules with "npm update -g"

@syberkitten
Copy link

thanks i'll give it a try

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

8 participants