No matching version found for ecstatic@^3.0.0
See original GitHub issueAfter typing npm install
I get the following:
No matching version found for ecstatic@^3.0.0
Issue Analytics
- State:
- Created 4 years ago
- Reactions:66
- Comments:25 (7 by maintainers)
Top Results From Across the Web
Npm Error - No matching version found for - Stack Overflow
I have npm 8.1.2 and was trying to install newer version of angualr cli, got an error saying "No matching version found for...
Read more >Problem adding nodes to node-red with v2.6.0 image - 229076
But most operations fails with following error: npm ERR! notarget No matching version found for node-red-node-intel-gpio@1.0.0-iot2000npm ...
Read more >Unable to install MMM-RTSPStream due to missing ...
Hello,. I was trying to install MMM-RTSPStream today and npm fails everytime with ecstatic dependency not met:.
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 >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 FreeTop 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
Top GitHub Comments
This was blocking our CI pipeline, I created a fork of this library on NPM with the fix back ported if someone else is stuck on this you can install it via
npm i http-server-legacy
oryarn install http-server-legacy
Ecstatic has published a version 3.3.2 (https://github.com/jfhbrook/node-ecstatic/pull/256#issuecomment-489097810)! I just tested, and http-server should install now!
However, because of all this, in the future we may want to replace ecstatic. I’ve started working on a fork of ecstatic which we may be able to use. I’m still getting CI running, though, and I haven’t published yet.
For now, all should be back to normal