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
There's some errors that shows up and that makes the Vercel Deployment fail, the errors in question are these ones:
`
error (node:450) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [PassThrough]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
There's some errors that shows up and that makes the Vercel Deployment fail, the errors in question are these ones:
`
error (node:450) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [PassThrough]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
error UNHANDLED REJECTION error:0308010C:digital envelope routines::unsupported
Error: error:0308010C:digital envelope routines::unsupported
node:internal/crypto/hash:79:19
node:crypto:139:10
[path0]/[webpack]/lib/util/createHash.js:135:53
[path0]/[webpack]/lib/NormalModule.js:417:16
[path0]/[webpack]/lib/NormalModule.js:452:10
[path0]/[webpack]/lib/NormalModule.js:323:13
[path0]/[loader-runner]/lib/LoaderRunner.js:367:11
[path0]/[loader-runner]/lib/LoaderRunner.js:233:18
[path0]/[loader-runner]/lib/LoaderRunner.js:111:13
[path0]/[babel-loader]/lib/index.js:59:103
error Command failed with exit code 1.
Error: Command "yarn run build" exited with 1
`
These are the errors that appears in the Build (first stage) of the Vercel Deployment.
The text was updated successfully, but these errors were encountered: