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

No compatible version found: babylon@'>=5.7.5 <6.0.0' #46

Closed
vvscode opened this issue Jul 21, 2015 · 3 comments
Closed

No compatible version found: babylon@'>=5.7.5 <6.0.0' #46

vvscode opened this issue Jul 21, 2015 · 3 comments

Comments

@vvscode
Copy link

vvscode commented Jul 21, 2015

npm ERR! notarget No compatible version found: babylon@'>=5.7.5 <6.0.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","5.6.23","5.7.1","5.7.2"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'babel-core'
npm ERR! notarget
@stefanpenner
Copy link
Member

npm ERR! notarget It was specified as a dependency of 'babel-core'

Just a head-sup the npm log indicates this is likely related to babel-core -> https://github.com/babel/babel

Although it may be an outdated NPM on your machine?

@stefanpenner
Copy link
Member

a quick check against npm reveals, that there does exist a valid version.

npm info babylon --json | jq '.versions'
[
  "0.0.1",
  "5.6.23",
  "5.7.1",
  "5.7.2",
  "5.8.2" // <--- should fall within babylon@'>=5.7.5 <6.0.0'
]

maybe try (with npm 2.x >):

npm cache clear
npm install

@stefanpenner
Copy link
Member

this seems to now have been resolved, sounds like some kinda npm publish hickup.

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