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

Code no longer compiles with current node.js #119

Open
dgatwood opened this issue Feb 19, 2024 · 1 comment
Open

Code no longer compiles with current node.js #119

dgatwood opened this issue Feb 19, 2024 · 1 comment

Comments

@dgatwood
Copy link

Apparently, there have been some breaking node.js changes since this code was last updated, and it is no longer to compile it in the current version (21.x):

videojs-hlsjs-plugin/node_modules/loader-runner/lib/LoaderRunner.js:133
		if(isError) throw e;
		            ^
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:68:19)
    at Object.createHash (node:crypto:138:10)
    at module.exports (/Users/dg/HLS/videojs-hlsjs-plugin/node_modules/webpack/lib/util/createHash.js:90:53)
...
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
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

No branches or pull requests

2 participants