-
Notifications
You must be signed in to change notification settings - Fork 1
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
No matching version found for ecstatic@^3.0.0 #69
Comments
It looks like we will need to update our dependencies. |
They have republished the versions again https://www.npmjs.com/package/ecstatic |
Well if it's easy to update our dependencies without breaking anything I suggest that we do that, otherwise we can just keep going with some of the older dependencies for now. I'd prefer updating the dependencies if it's easy enough to do so. |
The maintainer of ecstatic has decided to deprecate it, and wrote up an informative reason as to why here: jfhbrook/node-ecstatic#259 which is worth a read They have given some suggestions from there, we might have to find an alternative to using http-server
|
That post explained a lot, thanks for linking to it. Seeing as this isn't a deployment dependency for the project we could drop it fairly easily, but we never actually directly installed this if I recall directly. It's a bit bothersome if this is a transitive dependency because I'm not entirely sure how the best way to deal with this situation is in the node world. |
While running my docker build I ran into this issue
It seems that they have removed previous versions (for security reasons) so only the latest version of ecstatic is available
This happened quite recently, I found my information from this stack overflow question. Which has the answer
The text was updated successfully, but these errors were encountered: