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

Cannot start the client session - tictactoe tutorial #118

Open
erjdriver opened this issue Jan 27, 2023 · 0 comments
Open

Cannot start the client session - tictactoe tutorial #118

erjdriver opened this issue Jan 27, 2023 · 0 comments

Comments

@erjdriver
Copy link

erjdriver commented Jan 27, 2023

Doing npm start from the client folder - I get:

> [email protected] start
> webpack-dev-server --hot

(node:1300) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
i 「wds」: Project is running at http://localhost:9000/
i 「wds」: webpack output is served from /
i 「wds」: Content not from webpack is served from C:\Users\mini\git\tutorials\server\public
i 「wds」: 404s will fallback to /index.html
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\mini\git\tutorials\client\node_modules\webpack\lib\util\createHash.js:75:53)
    at Compilation.createHash (C:\Users\mini\git\tutorials\client\node_modules\webpack\lib\Compilation.js:1665:16)
    at C:\Users\mini\git\tutorials\client\node_modules\webpack\lib\Compilation.js:933:9
    at AsyncSeriesHook.eval [as callAsync] (eval at create (C:\Users\mini\git\tutorials\client\node_modules\tapable\lib\HookCodeFactory.js:24:12), <anonymous>:6:1)
    at AsyncSeriesHook.lazyCompileHook [as _callAsync] (C:\Users\mini\git\tutorials\client\node_modules\tapable\lib\Hook.js:35:21)
    at Compilation.seal (C:\Users\mini\git\tutorials\client\node_modules\webpack\lib\Compilation.js:890:27)
    at C:\Users\mini\git\tutorials\client\node_modules\webpack\lib\Compiler.js:481:17
    at eval (eval at create (C:\Users\mini\git\tutorials\client\node_modules\tapable\lib\HookCodeFactory.js:24:12), <anonymous>:11:1)
    at C:\Users\mini\git\tutorials\client\node_modules\webpack\lib\Compilation.js:758:12
    at C:\Users\mini\git\tutorials\client\node_modules\webpack\lib\Compilation.js:697:9
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.12.1
@erjdriver erjdriver changed the title Cannot start the client session Cannot start the client session - tictactoe tutorial Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant