Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

html-webpack Build Step Fails Node 17+ #1462

Open
davidcooper1 opened this issue Feb 17, 2022 · 3 comments
Open

html-webpack Build Step Fails Node 17+ #1462

davidcooper1 opened this issue Feb 17, 2022 · 3 comments

Comments

@davidcooper1
Copy link
Contributor

davidcooper1 commented Feb 17, 2022

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 a digital envelope routines::unsupported error. From what I've read, updating webpack and html-webpack-plugin versions may fix this issue.

Program Versions:

Node 17.5.0
OpenSSL 1.1.1k

Reference webpack/webpack#14532

@github-actions github-actions bot added the triage New issues that have not been reviewed. label Feb 17, 2022
@gcampbell-msft
Copy link
Contributor

Could be loosely related to #1442

@gcampbell-msft gcampbell-msft removed the triage New issues that have not been reviewed. label Feb 22, 2022
@gcampbell-msft
Copy link
Contributor

@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.

@fearthecowboy
Copy link
Member

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.

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

No branches or pull requests

3 participants