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

opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' #3096

Open
Techfluent-au opened this issue May 1, 2023 · 0 comments

Comments

@Techfluent-au
Copy link

Description This boiler is plagued with out of date components, however the one I'm strugging to get past is OpenSSL

C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate>npm start

[email protected] start
cross-env NODE_ENV=development node server

Server started ! ✓

Access URLs:

Localhost: http://localhost:3000
LAN: http://192.168.0.234:3000

Press CTRL-C to stop

node: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:133:10)
at module.exports (C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\webpack\lib\util\createHash.js:90:53)
at NormalModule._initBuildHash (C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\webpack\lib\NormalModule.js:401:16)
at handleParseError (C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\webpack\lib\NormalModule.js:449:10)
at C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\webpack\lib\NormalModule.js:481:5
at C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\webpack\lib\NormalModule.js:342:12
at C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\loader-runner\lib\LoaderRunner.js:373:3
at iterateNormalLoaders (C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at Array. (C:\Users\npall\Documents\dev\reactboilerplate\react-boilerplate\node_modules\loader-runner\lib\LoaderRunner.js:205:4) {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.16.0

##Additional Errors
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-redux
npm ERR! react-redux@"7.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-redux@"^6.0.0" from [email protected]
npm ERR! node_modules/connected-react-router
npm ERR! connected-react-router@"6.4.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react-redux
npm ERR! peer react-redux@"^6.0.0" from [email protected]
npm ERR! node_modules/connected-react-router
npm ERR! connected-react-router@"6.4.0" from the root project

Steps to reproduce

Steps to reproduce the behavior: Fresh clone> npm install> npm install -force> npm start

(Add link to a demo on https://jsfiddle.net or similar if possible)

Expected behavior
Boiler is meant to load for further customisation

Screenshots
image

Versions

  • React-Boilerplate:
  • Node/NPM:
  • Browser:
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