DeepSpeech-examples icon indicating copy to clipboard operation
DeepSpeech-examples copied to clipboard

not starting

Open marcus7777 opened this issue 3 years ago • 0 comments

Starting the development server...

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:135:10)
    at module.exports (/home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/webpack/lib/NormalModule.js:417:16)
    at handleParseError (/home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/webpack/lib/NormalModule.js:471:10)
    at /home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/webpack/lib/NormalModule.js:503:5
    at /home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/webpack/lib/NormalModule.js:358:12
    at /home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/loader-runner/lib/LoaderRunner.js:373:3
    at iterateNormalLoaders (/home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
    at iterateNormalLoaders (/home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/loader-runner/lib/LoaderRunner.js:221:10)
/home/marcus/DeepSpeech-examples/web_microphone_websocket/node_modules/react-scripts/scripts/start.js:19
  throw err;
  ^

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

Node.js v17.9.1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
➜  web_microphone_websocket git:(r0.9) ✗ 

marcus7777 avatar Jun 17 '22 06:06 marcus7777