force-graph-example icon indicating copy to clipboard operation
force-graph-example copied to clipboard

error when running the project

Open kramer888 opened this issue 2 years ago • 0 comments

@danielstern - I'm trying to run the project i.e. npm i npm start but I'm getting the following error:

[email protected] start webpack-dev-server

i 「wds」: Project is running at http://localhost:8080/ i 「wds」: webpack output is served from / i 「wds」: Content not from webpack is served from C:\Users\avliberm\force-graph-example 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\avliberm\force-graph-example\node_modules\webpack\lib\util\createHash.js:135:53) at NormalModule._initBuildHash (C:\Users\avliberm\force-graph-example\node_modules\webpack\lib\NormalModule.js:417:16) at handleParseError (C:\Users\avliberm\force-graph-example\node_modules\webpack\lib\NormalModule.js:471:10) at C:\Users\avliberm\force-graph-example\node_modules\webpack\lib\NormalModule.js:503:5 at C:\Users\avliberm\force-graph-example\node_modules\webpack\lib\NormalModule.js:358:12 at C:\Users\avliberm\force-graph-example\node_modules\loader-runner\lib\LoaderRunner.js:373:3 at iterateNormalLoaders (C:\Users\avliberm\force-graph-example\node_modules\loader-runner\lib\LoaderRunner.js:214:10) at Array. (C:\Users\avliberm\force-graph-example\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' }

kramer888 avatar Jun 24 '23 12:06 kramer888