@babel/generator version 7.3.4 not found
See original GitHub issueBug Report
Current Behavior
@babel/generator 7.3.4
doesn’t exist, at the NPM package page it says that the current version is 7.3.4 but actually after downloading it the version is 7.3.3 - the main issue is that @babel/core
require @babel/generator 7.3.4
and failed because npm says that No matching version found for @babel/parser@^7.3.4.
Expected behavior/code
npm i -D @babel/generator
should install the version mentioned on the NPM page (current 7.3.4).
Environment
- Babel version(s): @babel/core": “^7.2.2”
- Node/npm version: node 8.12.0
- OS: OSX 10.14.2
- How you are using Babel: loader
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 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 >@babel/generator - NPM Package Overview - Socket
Package contains a reference to a license without a matching LICENSE file. Found 1 instance in 1 package. Version published: 3 weeks ago....
Read more >@babel/generator vulnerabilities | Snyk
version published direct vulnerabilities
7.20.4 8 Nov, 2022 0. C. 0. H. 0. M. 0. L
7.20.3 7 Nov, 2022 0. C. 0. H. 0....
Read more >Open Source Used in Cisco SD-Access Release 1.3.x
1.3.1 Available under license ... 1.6 @babel/generator 7.3.4 ... INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ...
Read more >gla-intelligence/react-mui-mapbox-geocoder - yarn.lock at ... - maps
DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 ... version "7.3.4" ... resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.4.tgz# ...
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 seems that you are affected by https://npm.community/t/npm-view-npm-install-cant-find-latest-package-version/1590 or https://npm.community/t/no-matching-version-found-but-package-version-is-published/4677. It’s a npm bug, I suggest reporting it to them.
That’s not something we can solve; it’s either a problem with your npm proxy (in you are using it) or with npm itself.