Deploy to Vercel (i keep getting this error, while trying to deploy on vercel, but app works fine locally. Please help attend to this problem as urgent.) #67343
Unanswered
Hritambhar
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
**[14:19:11.645] Running build in Washington, D.C., USA (East) – iad1
[14:19:11.806] Cloning github.com/Hritambhar/DevConnecto (Branch: main, Commit: 936f9d2)
[14:19:12.046] Skipping build cache, deployment was triggered without cache.
[14:19:12.567] Cloning completed: 766.714ms
[14:19:12.875] Running "vercel build"
[14:19:13.322] Vercel CLI 34.2.8
[14:19:13.972] Running "install" command:
npm install --legacy-peer-deps
...[14:19:22.262] npm WARN deprecated [email protected]: this library is no longer supported
[14:19:22.462] npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
[14:19:22.639] npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[14:19:22.910] npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
[14:19:28.159]
[14:19:28.159] added 354 packages, and audited 355 packages in 14s
[14:19:28.159]
[14:19:28.159] 46 packages are looking for funding
[14:19:28.159] run
npm fund
for details[14:19:28.166]
[14:19:28.166] 2 moderate severity vulnerabilities
[14:19:28.166]
[14:19:28.166] Some issues need review, and may require choosing
[14:19:28.166] a different dependency.
[14:19:28.166]
[14:19:28.166] Run
npm audit
for details.[14:19:28.167] npm notice
[14:19:28.167] npm notice New minor version of npm available! 10.5.0 -> 10.8.1
[14:19:28.167] npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
[14:19:28.167] npm notice Run
npm install -g [email protected]
to update![14:19:28.167] npm notice
[14:19:28.566]
[14:19:28.566] > [email protected] build
[14:19:28.567] > react-scripts build
[14:19:28.567]
[14:19:28.571] sh: line 1: react-scripts: command not found
[14:19:28.584] Error: Command "npm run build" exited with 127
[14:19:28.839] **
Beta Was this translation helpful? Give feedback.
All reactions