danielstern / danielstern/force-graph-example

error when running the project

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
19
Forks
8
PR merge metrics
No merged PRs in 30d

Description

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

> d3-force-graph@1.0.0 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'
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.