MAC OX Monterey (OSX v12) | crash when Expo runs web version

Please provide the following:

  1. SDK Version: latest
  2. Platforms(Android/iOS/web/all): web
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

› Open in the web browser…
› Press ? │ show all commands
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 (/lab/expo/helloWorld/node_modules/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash (/lab/expo/helloWorld/node_modules/webpack/lib/NormalModule.js:417:16)
at handleParseError (/lab/expo/helloWorld/node_modules/webpack/lib/NormalModule.js:471:10)
at /lab/expo/helloWorld/node_modules/webpack/lib/NormalModule.js:503:5
at /lab/expo/helloWorld/node_modules/webpack/lib/NormalModule.js:358:12
at
/lab/expo/helloWorld/node_modules/loader-runner/lib/LoaderRunner.js:373:3
at iterateNormalLoaders (/lab/expo/helloWorld/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
at Array. (/lab/expo/helloWorld/node_modules/loader-runner/lib/LoaderRunner.js:205:4)
at Storage.finished (/lab/expo/helloWorld/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:55:16)
at
/lab/expo/helloWorld/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:91:9
at
/lab/expo/helloWorld/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’
}

Why does it happen? Do I need install any extra for OSX v12?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.