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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: No matching version found for @babel/helper-plugin-utils@^7.18.6 #14703

Closed
1 task done
Inchill opened this issue Jun 28, 2022 · 3 comments
Closed
1 task done
Labels
i: needs triage i: npm cache The report is a proxy/registry cache problems when new version is published outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@Inchill
Copy link

Inchill commented Jun 28, 2022

馃捇

  • Would you like to work on a fix?

How are you using Babel?

Other (Next.js, Gatsby, vue-cli, ...)

Input code

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @babel/helper-plugin-utils@^7.18.6
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! notarget 
npm ERR! notarget It was specified as a dependency of '@babel/plugin-proposal-class-properties'
npm ERR! notarget 

Configuration file name

No response

Configuration

No response

Current and expected behavior

I just run npm install command to install a cli package in private registry and always get this error, though it shows 7.18.6 is available.

Environment

  • Babel version: 7.16.0
  • Node version: 10.15.0
  • Npm version 6.4.1
  • OS: Mac OS 12.4

Possible solution

No response

Additional context

No response

@babel-bot
Copy link
Collaborator

Hey @Inchill! 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.

@nicolo-ribaudo nicolo-ribaudo added the i: npm cache The report is a proxy/registry cache problems when new version is published label Jun 28, 2022
@babel-bot
Copy link
Collaborator

Hi @Inchill!
This seems to be an issue caused by a package that you are not able to download. You can verify that the package is available using the npm website: for example, https://www.npmjs.com/package/@babel/types?activeTab=versions is the URL for @babel/types (replace @babel/types in the URL with the package you want to check). If you see zero downloads don't worry: npm can take up to a few days to display the downloads count, but this does not mean that the package is not available.
Here are some things you can try:

  1. Please check if there is a stale proxy or cache between you and npm (this is the most likely cause and it is common in corporate networks).
  2. Visit https://status.npmjs.org/ to see if the current npm is working properly.
  3. See https://gist.github.com/hzoo/df94af2d2ec48696e683b772c775aa67

@nicolo-ribaudo
Copy link
Member

This is a bug with your private registry!

@nicolo-ribaudo nicolo-ribaudo closed this as not planned Won't fix, can't repro, duplicate, stale Jun 28, 2022
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Sep 28, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i: needs triage i: npm cache The report is a proxy/registry cache problems when new version is published 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