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

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

Open
dschalk opened this issue May 24, 2023 · 0 comments
Open

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

dschalk opened this issue May 24, 2023 · 0 comments

Comments

@dschalk
Copy link

dschalk commented May 24, 2023

[g@GG rubikscubesolver]$ npm run start

[email protected] start
npm run build-css & npm run build && npm run prod

[email protected] build-css
sass --watch client/src/main.scss client/dist/main.css

[email protected] build
cross-env NODE_env=production webpack -p --progress --mode production

Sass is watching for changes. Press Ctrl-C to stop.

10% building 0/2 modules 2 active ...ex.js??ref--5!/home/g/rubikscubesolver/client/src/rubiksHelpers/minimaxSolver.jsnode:internal/crypto/hash:71
this[kHandle] = new _Hash(algorithm, xofLen);
^

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:140:10)
at module.exports (/home/g/rubikscubesolver/node_modules/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash (/home/g/rubikscubesolver/node_modules/webpack/lib/NormalModule.js:417:16)
at /home/g/rubikscubesolver/node_modules/webpack/lib/NormalModule.js:452:10
at /home/g/rubikscubesolver/node_modules/webpack/lib/NormalModule.js:323:13
at /home/g/rubikscubesolver/node_modules/loader-runner/lib/LoaderRunner.js:367:11
at /home/g/rubikscubesolver/node_modules/loader-runner/lib/LoaderRunner.js:233:18
at context.callback (/home/g/rubikscubesolver/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
at /home/g/rubikscubesolver/node_modules/babel-loader/lib/index.js:55:103 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v19.9.0
[g@GG rubikscubesolver]$

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

1 participant