You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [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
The text was updated successfully, but these errors were encountered:
erjdriver
changed the title
Cannot start the client session
Cannot start the client session - tictactoe tutorial
Jan 27, 2023
Doing
npm start
from the client folder - I get:The text was updated successfully, but these errors were encountered: