Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vercel deploy errors #518

Open
angeldevildev opened this issue Jul 26, 2024 · 1 comment
Open

Vercel deploy errors #518

angeldevildev opened this issue Jul 26, 2024 · 1 comment
Assignees

Comments

@angeldevildev
Copy link

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

  • hash:79 new Hash
    node:internal/crypto/hash:79:19
  • node:crypto:139 Object.createHash
    node:crypto:139:10
  • createHash.js:135 module.exports
    [path0]/[webpack]/lib/util/createHash.js:135:53
  • NormalModule.js:417 NormalModule._initBuildHash
    [path0]/[webpack]/lib/NormalModule.js:417:16
  • NormalModule.js:452
    [path0]/[webpack]/lib/NormalModule.js:452:10
  • NormalModule.js:323
    [path0]/[webpack]/lib/NormalModule.js:323:13
  • LoaderRunner.js:367
    [path0]/[loader-runner]/lib/LoaderRunner.js:367:11
  • LoaderRunner.js:233
    [path0]/[loader-runner]/lib/LoaderRunner.js:233:18
  • LoaderRunner.js:111 context.callback
    [path0]/[loader-runner]/lib/LoaderRunner.js:111:13
  • index.js:59
    [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.

@jcklpe
Copy link
Collaborator

jcklpe commented Jul 26, 2024

@junaid33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants