No matching version found for @babel/compat-data@^7.8.4
See original GitHub issueRandomly 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:
- Created 4 years ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Having the same problem as of today