-
Notifications
You must be signed in to change notification settings - Fork 38
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
update dependencies where possible #148
Comments
Another (maybe related) issue is that I cannot re-create the build. This:
returns these errors:
This was using the fermium LTS node release (node=14.18.1, npm=6.14.15) Using the latest LTS (gallium, node=16.13.0, npm=8.1.0) it does not work either
It seems like only the exact versions in |
I think we should use one of the LTS versions. And since the only one that is not in maintenance mode currently is |
@Janekdererste I suspect |
The annoying thing here is that we can only upgrade the dependencies in a meaningful way if we remove package-lock.json, but as soon as we do this the build fails even without any changes in |
Also I think we should pin the versions of our dependencies in |
Btw if you are trying to update dependencies keep in mind that The JS eco-system is just a comedy :D |
Note that we cannot update |
(and maybe we should all upgrade to a more recent npm version to avoid these package-lock.json problems?)
The text was updated successfully, but these errors were encountered: