Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecstatic version removed from npm #270

Closed
matt-gadd opened this issue May 2, 2019 · 1 comment · Fixed by #271
Closed

ecstatic version removed from npm #270

matt-gadd opened this issue May 2, 2019 · 1 comment · Fixed by #271
Labels

Comments

@matt-gadd
Copy link
Contributor

Looks like old versions of ecstatic have been removed from the npm registry (perhaps due to: https://snyk.io/vuln/SNYK-JS-ECSTATIC-174543)

$ npm view ecstatic versions
[ '4.1.2' ]
npm ERR! code ETARGET
npm ERR! notarget No matching version found for ecstatic@^3.0.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'http-server'
npm ERR! notarget

This affects http-server. There is no solution yet other than switching http-server out as ecstatic has breaking changes in 4.x
http-party/http-server#520

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants