You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Right now the README specifies Node 14+. However, there is an error with the currently used version of html-webpack-plugin when used with Node 17. It results in a digital envelope routines::unsupported error. From what I've read, updating webpack and html-webpack-plugin versions may fix this issue.
@davidcooper1 If it's possible, a current workaround could be to downgrade your Node installation. However, we will try and look into this some in the near future and see if we can establish a possible longer-term solution.
It would appear that webpack 4 breaks on Node 17+ -- the longer term solution would be to potentially upgrade to webpack 5 - but this is probably a bit of work.
Since Node 17 isn't a stable branch, and ... really there's not a lot of benefit to using node 17 during development anyway, I don't see that this is anything that needs to be instantly addressed.
Description
Right now the README specifies Node 14+. However, there is an error with the currently used version of
html-webpack-plugin
when used with Node 17. It results in adigital envelope routines::unsupported
error. From what I've read, updatingwebpack
andhtml-webpack-plugin
versions may fix this issue.Program Versions:
Node 17.5.0
OpenSSL 1.1.1k
Reference webpack/webpack#14532
The text was updated successfully, but these errors were encountered: