Building stuck on Linting and checking validity of types ... #73477
-
SummaryI am trying to deploy a project and build. It all builds fine locally, lints fine locally, but when I try to deploy it gets stuck at Linting and checking validity of types ... I'm struggling to find errors where I can debug this problem? Additional informationThis is the build log
[15:16:32.707] Running build in Washington, D.C., USA (East) – iad1
[15:16:32.799] Cloning github.com/Medfolioai/medfolio (Branch: main, Commit: fa04f9d)
[15:16:32.839] Skipping build cache, deployment was triggered without cache.
[15:16:33.543] Cloning completed: 743.622ms
[15:16:33.821] Running "vercel build"
[15:16:34.231] Vercel CLI 39.1.1
[15:16:34.579] Warning: Detected "engines": { "node": ">=16.0.0" } in your `package.json` that will automatically upgrade when a new major Node.js Version is released. Learn More: http://vercel.link/node-version
[15:16:34.589] Installing dependencies...
[15:16:39.728] npm warn deprecated superagent@3.8.1: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
[15:16:40.567] npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
[15:16:53.397]
[15:16:53.398] > cvgen@0.1.0 preinstall
[15:16:53.398] > npx only-allow npm
[15:16:53.398]
[15:16:54.258] npm warn exec The following package was not found and will be installed: only-allow@1.2.1
[15:16:54.591]
[15:16:54.592] added 589 packages in 20s
[15:16:54.592]
[15:16:54.592] 159 packages are looking for funding
[15:16:54.592] run `npm fund` for details
[15:16:54.618] Detected Next.js version: 13.5.4
[15:16:54.622] Running "npm run build"
[15:16:54.759]
[15:16:54.759] > cvgen@0.1.0 build
[15:16:54.759] > next build
[15:16:54.759]
[15:16:55.399] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[15:16:55.399] This information is used to shape Next.js' roadmap and prioritize features.
[15:16:55.399] 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:
[15:16:55.400] https://nextjs.org/telemetry
[15:16:55.400]
[15:16:55.484] Linting and checking validity of types ... ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
FearTheWild
Dec 3, 2024
Replies: 2 comments
-
This was resolved. It was some strange Windows line endings. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FearTheWild
-
I have same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was resolved. It was some strange Windows line endings.