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 on 'npm start' #20

Open
Bardia-Zamani-Abnili-UniMelb opened this issue Aug 27, 2024 · 0 comments
Open

Error on 'npm start' #20

Bardia-Zamani-Abnili-UniMelb opened this issue Aug 27, 2024 · 0 comments

Comments

@Bardia-Zamani-Abnili-UniMelb
> @here/quantized-mesh-viewer@1.0.0 start
> webpack-dev-server -d --host 0.0.0.0 --inline false

(node:13284) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
clean-webpack-plugin: /home/bzamani/quantized-mesh-viewer/dist has been removed.
ℹ 「wds」: Project is running at http://0.0.0.0:8080/webpack-dev-server/
ℹ 「wds」: webpack output is served from /dist/
ℹ 「wds」: Content not from webpack is served from /home/bzamani/quantized-mesh-viewer/
node:internal/crypto/hash:69
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:69:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (/home/bzamani/quantized-mesh-viewer/node_modules/webpack/lib/util/createHash.js:90:53)
    at NormalModule._initBuildHash (/home/bzamani/quantized-mesh-viewer/node_modules/webpack/lib/NormalModule.js:401:16)
    at handleParseError (/home/bzamani/quantized-mesh-viewer/node_modules/webpack/lib/NormalModule.js:449:10)
    at /home/bzamani/quantized-mesh-viewer/node_modules/webpack/lib/NormalModule.js:481:5
    at /home/bzamani/quantized-mesh-viewer/node_modules/webpack/lib/NormalModule.js:342:12
    at /home/bzamani/quantized-mesh-viewer/node_modules/loader-runner/lib/LoaderRunner.js:370:3
    at iterateNormalLoaders (/home/bzamani/quantized-mesh-viewer/node_modules/loader-runner/lib/LoaderRunner.js:211:10)
    at Array.<anonymous> (/home/bzamani/quantized-mesh-viewer/node_modules/loader-runner/lib/LoaderRunner.js:202:4)
    at Storage.finished (/home/bzamani/quantized-mesh-viewer/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:43:16)
    at /home/bzamani/quantized-mesh-viewer/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:79:9
    at /home/bzamani/quantized-mesh-viewer/node_modules/graceful-fs/graceful-fs.js:78:16
    at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.19.0
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
@Bardia-Zamani-Abnili-UniMelb and others