babel / babelify

Browserify transform for Babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Mingun opened this issue · comments

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?

commented

same here, on ubuntu, with node 8.x

that's correct, master is not published yet.

We have any idea when master is likely to be published?

+1

please use 👍 reactions instead of comments which notify everyone. AFAIU this mostly depends on babel/babel#7764 (which I need to update)

+1

As I see babel/babel#7764 has already been merged. Any progress on it in babelify repository?

@goto-bus-stop Not sure if related but at this moment I am trying to make babelify work with babel 7. And well https://github.com/babel/babelify the instructions here say to install next version - that fails.

Latest version (8.0.0) tries to access the old babel-core. Any way to solve this?

It'll work once the @next version is released.

@goto-bus-stop point taken. might I ask whether that would happen soon? If that will not happen soon - we will have to find some workaround, but I would prefer to know :)

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

Hi guys, any news on the release? :-)

@zertosh I think babelify is ready for a v9 npm release tag. Would you have some time to do an npm publish --dist-tag=next or to add the babelify package to the babel npm org?

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