question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No matching version found for @babel/compat-data@^7.8.4

See original GitHub issue

Randomly today, my CICD pipeline broke during the npm install step. It’s throwing


npm ERR! code ETARGET
--
53 | npm ERR! notarget No matching version found for @babel/compat-data@^7.8.4
54 | npm ERR! notarget In most cases you or one of your dependencies are requesting
55 | npm ERR! notarget a package version that doesn't exist.
56 | npm ERR! notarget
57 | npm ERR! notarget It was specified as a dependency of '@babel/preset-env'
58 | npm ERR! notarget

I saw that compat-data was updated to 7.8.4, but for reason my environment is not able to find it? Does anyone have any insight?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
drabelocommented, Jan 31, 2020

It started working for me! It was something to do with the package not being found in our private registry, but it was there after 24hrs.

0reactions
bgl-tandcommented, Jan 31, 2020

Having the same problem as of today

Read more comments on GitHub >

github_iconTop Results From Across the Web

No matching version found for @babel/traverse@^7.14.0
This happens because of that version was published yesterday on NPM registry but ur companies registry is not up to date.
Read more >
No matching version found for [Error LoopBack Solved]
npm WARN config cache-min This option has been deprecated in favor of '--prefer-offline'.npm ERR! code ETARGET npm ERR! notarget No matching ...
Read more >
Npm "No matching version found" - Nexus Repository Manager
Once again, I am getting an error when I attempt install an npm package with NXRM npm-group that is configured as registry in...
Read more >
Laravel 8.5.X BUG ??? npm install get error - Laracasts
Laravel 8.4.x runs npm install without any problems. But Laravel 8.5.x ... npm install npm ERR! code ETARGET npm ERR! notarget No matching...
Read more >
npm i -g @sap/cds-dk fails do to missing @sap/hdi@4.4.0
... to the not yet available @sap/hdi@4.4.0. causing this error message: npm ERR! notarget No matching version found for @sap/hdi@4.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found