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

Having Error During Deploying on Vercel #1

Open
MohammadTaseenKhan opened this issue Aug 5, 2023 · 0 comments
Open

Having Error During Deploying on Vercel #1

MohammadTaseenKhan opened this issue Aug 5, 2023 · 0 comments

Comments

@MohammadTaseenKhan
Copy link

MohammadTaseenKhan commented Aug 5, 2023

Error log Shows:

[22:12:09.535] Running build in Cleveland, USA (East) – cle1
[22:12:09.597] Cloning github.com/MohammadTaseenKhan/og-taseen (Branch: main, Commit: d89ad6a)
[22:12:09.840] Previous build cache not available
[22:12:10.053] Cloning completed: 456.029ms
[22:12:10.413] Running "vercel build"
[22:12:10.919] Vercel CLI 31.2.2
[22:12:11.151] Installing dependencies...
[22:12:11.442] yarn install v1.22.17
[22:12:11.505] [1/4] Resolving packages...
[22:12:11.638] [2/4] Fetching packages...
[22:12:16.729] [3/4] Linking dependencies...
[22:12:16.732] warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0".
[22:12:19.301] [4/4] Building fresh packages...
[22:12:19.320] Done in 7.88s.
[22:12:19.358] Detected Next.js version: 10.2.0
[22:12:19.359] Running "yarn run build"
[22:12:19.570] yarn run v1.22.17
[22:12:19.603] $ next build
[22:12:19.942] info  - Loaded env from /vercel/path0/.env
[22:12:20.209] info  - Using webpack 5. Reason: no custom webpack configuration in next.config.js https://nextjs.org/docs/messages/webpack5
[22:12:20.321] info  - Checking validity of types...
[22:12:20.361] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[22:12:20.361] This information is used to shape Next.js' roadmap and prioritize features.
[22:12:20.361] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[22:12:20.361] https://nextjs.org/telemetry
[22:12:20.361] 
[22:12:23.011] info  - Creating an optimized production build...
[22:12:23.304] Browserslist: caniuse-lite is outdated. Please run:
[22:12:23.304] npx browserslist@latest --update-db
[22:12:23.305] 
[22:12:23.305] Why you should do it regularly:
[22:12:23.305] https://github.com/browserslist/browserslist#browsers-data-updating
[22:12:23.355] Browserslist: caniuse-lite is outdated. Please run:
[22:12:23.355] npx browserslist@latest --update-db
[22:12:23.355] 
[22:12:23.355] Why you should do it regularly:
[22:12:23.355] https://github.com/browserslist/browserslist#browsers-data-updating
[22:12:23.690] node:internal/crypto/hash:71
[22:12:23.690]   this[kHandle] = new _Hash(algorithm, xofLen);
[22:12:23.690]                   ^
[22:12:23.690] 
[22:12:23.691] Error: error:0308010C:digital envelope routines::unsupported
[22:12:23.692]     at new Hash (node:internal/crypto/hash:71:19)
[22:12:23.692]     at Object.createHash (node:crypto:133:10)
[22:12:23.692]     at BulkUpdateDecorator.hashFactory (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:130015:18)
[22:12:23.692]     at BulkUpdateDecorator.update (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:129917:50)
[22:12:23.692]     at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:53479:9
[22:12:23.692]     at processTicksAndRejections (node:internal/process/task_queues:82:21)
[22:12:23.692]     at runNextTicks (node:internal/process/task_queues:64:3)
[22:12:23.692]     at process.processImmediate (node:internal/timers:447:9) {
[22:12:23.692]   opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
[22:12:23.692]   library: 'digital envelope routines',
[22:12:23.692]   reason: 'unsupported',
[22:12:23.692]   code: 'ERR_OSSL_EVP_UNSUPPORTED'
[22:12:23.692] }
[22:12:23.693] 
[22:12:23.693] Node.js v18.16.1
[22:12:23.717] error Command failed with exit code 1.
[22:12:23.717] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[22:12:23.741] Error: Command "yarn run build" exited with 1
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

1 participant