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

@babel/plugin-syntax-pipeline-operator rc.3 is not published to npm #8532

Closed
vicapow opened this issue Aug 24, 2018 · 6 comments
Closed

@babel/plugin-syntax-pipeline-operator rc.3 is not published to npm #8532

vicapow opened this issue Aug 24, 2018 · 6 comments
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@vicapow
Copy link

vicapow commented Aug 24, 2018

@babel/plugin-syntax-pipeline-operator version rc.3 is not published to npm but @babel/plugin-proposal-pipeline-operator rc.3 which is published depends on it. This fails installations when using yarn and pure-lock file.

yarn --frozen-lockfile --non-interactive

documentation (update-babel) $ yarn --frozen-lockfile --non-interactive
yarn install v1.9.4
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
warning Lockfile has incorrect entry for "@babel/plugin-syntax-pipeline-operator@7.0.0-rc.3". Ignoring it.
error Couldn't find any versions for "@babel/plugin-syntax-pipeline-operator" that matches "7.0.0-rc.3"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
@babel-bot
Copy link
Collaborator

Hey @vicapow! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community that typically always has someone willing to help. You can sign-up here
for an invite.

@vicapow vicapow changed the title @babel/plugin-syntax-pipeline-operator rc.3 is not published @babel/plugin-syntax-pipeline-operator rc.3 is not published to npm Aug 24, 2018
@loganfsmyth
Copy link
Member

Oh weird, let me take a look now.

@vicapow
Copy link
Author

vicapow commented Aug 24, 2018

fwiw, I was able to work around this by using yarn resolutions

  "resolutions": {
    "@babel/plugin-syntax-pipeline-operator": "7.0.0-rc.2"
  },

@loganfsmyth
Copy link
Member

Cool. I'm going to manually publish that single package since it somehow failed to publish, just running the local build now.

@loganfsmyth
Copy link
Member

It's now been published.

@vicapow
Copy link
Author

vicapow commented Aug 24, 2018

nice! Thanks for the super fast response :)

@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Nov 24, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Nov 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

No branches or pull requests

3 participants