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
Could you please bump webpack (>=5.54.0) to get rid of following error?
(node:298825) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
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:130:10)
at module.exports (/usr/local/jsonata-exerciser/node_modules/webpack/lib/util/createHash.js:90:53)
at NormalModule._initBuildHash (/usr/local/jsonata-exerciser/node_modules/webpack/lib/NormalModule.js:386:16)
at handleParseError (/usr/local/jsonata-exerciser/node_modules/webpack/lib/NormalModule.js:434:10)
at /usr/local/jsonata-exerciser/node_modules/webpack/lib/NormalModule.js:466:5
at /usr/local/jsonata-exerciser/node_modules/webpack/lib/NormalModule.js:327:12
at /usr/local/jsonata-exerciser/node_modules/loader-runner/lib/LoaderRunner.js:373:3
at iterateNormalLoaders (/usr/local/jsonata-exerciser/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
at iterateNormalLoaders (/usr/local/jsonata-exerciser/node_modules/loader-runner/lib/LoaderRunner.js:221:10)
/usr/local/jsonata-exerciser/scripts/start.js:11
throw err;
^
using Fedora 36, node v16.14.0, OpenSSL 3.0.2
The text was updated successfully, but these errors were encountered:
Could you please bump webpack (>=5.54.0) to get rid of following error?
using Fedora 36, node v16.14.0, OpenSSL 3.0.2
The text was updated successfully, but these errors were encountered: