question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm install babelify@next: No compatible version found: babelify@next

See original GitHub issue

Installation section of readme recommends install babelify as

# Babel 7
$ npm install --save-dev babelify@next @babel/core

But when I try follow this recommendations I get error:

>npm install --save-dev babelify@next
npm ERR! Windows_NT 6.0.6001
npm ERR! argv "D:\\Scripts\\JavaScript\\node.exe" "D:\\Scripts\\JavaScript\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save-dev" "babelify@next"
npm ERR! node v5.12.0
npm ERR! npm  v3.10.10
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: babelify@next
npm ERR! notarget Valid install targets:
npm ERR! notarget 8.0.0, 7.3.0, 7.2.0, 7.1.0, 7.0.2, 7.0.1, 7.0.0, 6.4.0, 6.3.0, 6.2.0, 6.1.3, 6.1.2, 6.1.1, 6.1.0, 6.0.2, 6.0.1, 6.0.0, 5.0.5, 5.0.4, 5.0.3, 5.0.2, 5.0.1
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! Please include the following file with any support request:
npm ERR!     D:\Projects\other\structured-diff\npm-debug.log

Where I’m wrong?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
zertoshcommented, May 18, 2018

@goto-bus-stop, latest is at v8.0.0 and next is at v9.0.0 now

2reactions
goto-bus-stopcommented, May 13, 2018

Soon after the next Babel beta. I don’t know when that will be 🤷‍♀️

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found