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
When running yarn dev with latest node version, get this output
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 (/Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash (/Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/lib/NormalModule.js:417:16)
at handleParseError (/Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/lib/NormalModule.js:471:10)
at /Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/lib/NormalModule.js:503:5
at /Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/lib/NormalModule.js:358:12
at /Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:373:3
at iterateNormalLoaders (/Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
at Array.<anonymous> (/Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/webpack/node_modules/loader-runner/lib/LoaderRunner.js:205:4)
at Storage.finished (/Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16)
at /Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9
at /Users/wd021/Documents/zksync/zksync-dapp-checkout/node_modules/graceful-fs/graceful-fs.js:123: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'
}
The text was updated successfully, but these errors were encountered:
When running
yarn dev
with latest node version, get this outputThe text was updated successfully, but these errors were encountered: