Skip to content
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

Node 17: digital envelope routines::unsupported #1

Closed
crashmax-dev opened this issue Oct 20, 2021 · 0 comments
Closed

Node 17: digital envelope routines::unsupported #1

crashmax-dev opened this issue Oct 20, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@crashmax-dev
Copy link
Owner

webpack/webpack#14532

node:internal/crypto/hash:67
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:130:10)
    at BulkUpdateDecorator.hashFactory (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\webpack\lib\util\createHash.js:155:18)
    at BulkUpdateDecorator.digest (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\webpack\lib\util\createHash.js:80:21)
    at C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\webpack\lib\DefinePlugin.js:595:38
    at _next27 (eval at create (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:36:1)
    at _next5 (eval at create (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:97:1)
    at Hook.eval [as call] (eval at create (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:111:1)
    at Hook.CALL_DELEGATE [as _call] (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\tapable\lib\Hook.js:14:14)
    at Compiler.newCompilation (C:\Users\root\Desktop\root\github\webpack-umd-template\node_modules\webpack\lib\Compiler.js:1053:26) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
@crashmax-dev crashmax-dev added the bug Something isn't working label Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant