npm install babelify@next: No compatible version found: babelify@next
See original GitHub issueInstallation 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:
- Created 5 years ago
- Reactions:8
- Comments:17 (7 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@goto-bus-stop, latest is at v8.0.0 and next is at v9.0.0 now
Soon after the next Babel beta. I don’t know when that will be 🤷♀️