es-abstract-1.14.0.tgz: Request failed "404 Not Found"
See original GitHub issueGetting this when doing yarn install
:
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.0.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/Users/nwong/dev/reactour/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The “Versions” tab in https://www.npmjs.com/package/es-abstract does not have 1.14.0
. Can we get this upgraded to 1.16.0
(latest) or at least a version that exists on NPM?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
yarn install throw error request failed \"404 Not found"
I found a solution yarn config set registry https://registry.npmjs.org rm yarn.lock yarn.
Read more >Request failed (404): The remote server returned an error
Hi,. We are getting below error while trying to connect SharePoint List via odata sources in excel. Unable to Connect.
Read more >Fetch Get 404 Npm Package Throw Private Nexus Proxy ...
I had a similar issue getting: An unexpected error occurred: https://registry.yarnpkg.com/esabstract//esabstract1.14.0.tgz: Request failed \404.
Read more >The REST API encountered an unexpected result = 404 Not ...
The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument...
Read more >Getting DataSource.NotFound: OData: Request failed...
When I try navigating between entities in Excel Power BI I get this error: DataSource.NotFound: OData: Request failed (404): The remote server returned...
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
could you try removing
node_modules
andyarn.lock
and launchyarn
again?I had removed
node_modules
previously and it didn’t work. Removing bothnode_modules
andyarn.lock
did the trick. But now I have diffs with the master branch.