Skip to content

Conversation

@nullterminated
Copy link
Contributor

When using latest node, webpack produces an error,

Error: error:0308010C:digital envelope routines::unsupported

webpack/webpack#14532

This is due to the webpack version being 5.53.0 when running npm install. The error is fixed in 5.61.0 by the following merged pull request,

webpack/webpack#14584

https://github.com/webpack/webpack/releases/tag/v5.61.0

When I set 5.61.0 as the minimum I now get 5.72.0 version which is latest. Build completes without error.

When using latest node, webpack produces an error,

Error: error:0308010C:digital envelope routines::unsupported

webpack/webpack#14532

This is due to the webpack version being 5.53.0 when running npm install.  The error is fixed in 5.61.0 by the following merged pull request,

webpack/webpack#14584

https://github.com/webpack/webpack/releases/tag/v5.61.0

When I set 5.61.0 as the minimum I now get 5.72.0 version which is latest. Build completes without error.
@chibat chibat merged commit 324451c into chibat:master May 28, 2022
@chibat
Copy link
Owner

chibat commented May 28, 2022

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants