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

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

Closed
Mingun opened this issue Apr 22, 2018 · 17 comments
Closed

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

Mingun opened this issue Apr 22, 2018 · 17 comments

Comments

@Mingun
Copy link

Mingun commented Apr 22, 2018

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?

@batje
Copy link

batje commented Apr 23, 2018

same here, on ubuntu, with node 8.x

@goto-bus-stop
Copy link
Contributor

that's correct, master is not published yet.

@batje
Copy link

batje commented Apr 23, 2018

figured that https://www.npmjs.com/package/babelify

@codecomp
Copy link

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

@huawww
Copy link

huawww commented Apr 27, 2018

+1

1 similar comment
@VitaliyR
Copy link

+1

@goto-bus-stop
Copy link
Contributor

goto-bus-stop commented Apr 27, 2018

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

@optimum7com
Copy link

+1

@Blinnikov
Copy link

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

@goto-bus-stop
Copy link
Contributor

goto-bus-stop commented May 7, 2018 via email

@ruzpuz
Copy link

ruzpuz commented May 13, 2018

@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?

@goto-bus-stop
Copy link
Contributor

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

@ruzpuz
Copy link

ruzpuz commented May 13, 2018

@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 :)

@goto-bus-stop
Copy link
Contributor

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

@michaelthuren
Copy link

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

@goto-bus-stop
Copy link
Contributor

@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?

@zertosh
Copy link
Member

zertosh commented May 18, 2018

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

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