New deployment failed with npm timeout

I am runnning an next.js app in vercel. I found my latest deployments all failed in last 2 hours. The following are the errors, showed timeout of npm .

I even tried redeploy some pre-successed depolyment items. failed the same. so I am sure it not my code issue.

``
Running build in Washington, D.C., USA (East) – iad1

WARN GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.979 WARN GET https://registry.npmjs.org/@supabase%2Frealtime-js error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.979 WARN GET https://registry.npmjs.org/@types%2Fmixpanel-browser error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.979 WARN GET https://registry.npmjs.org/@types%2Fuuid error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.979 WARN GET https://registry.npmjs.org/encoding error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.980 WARN GET https://registry.npmjs.org/@aptabase%2Fweb error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.980 WARN GET https://registry.npmjs.org/@supabase%2Fauth-helpers-nextjs error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.981 WARN GET https://registry.npmjs.org/@supabase%2Fauth-helpers-react error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.981 WARN GET https://registry.npmjs.org/@supabase%2Fssr error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.981 WARN GET https://registry.npmjs.org/@supabase%2Fsupabase-js error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.982 WARN GET https://registry.npmjs.org/@types%2Fcrypto-js error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.982 WARN GET https://registry.npmjs.org/@types%2Flodash error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.982 WARN GET https://registry.npmjs.org/@types%2Fwebsocket error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.983 WARN GET https://registry.npmjs.org/crypto-js error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.983 WARN GET https://registry.npmjs.org/dexie error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:09.984 WARN GET https://registry.npmjs.org/@types%2Freact error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

11:33:19.980 WARN GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.

11:33:19.981 WARN GET https://registry.npmjs.org/@supabase%2Frealtime-js error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.

11:33:19.981 WARN GET https://registry.npmjs.org/@types%2Fmixpanel-browser error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.

Also experiencing this on deploys starting in the past 30 minutes or so, to add an additional datapoint

Hi there,

We are investigating this issue currently and sharing more details here:https://www.vercel-status.com/incidents/5tm0yllx40bm.

Can you try setting following temporary Environment Variable and let us know if you can still reproduce? Note this is temporary workaround and we recommend to remove the environment variable after the incident is resolved.

VERCEL_CLI_VERSION=vercel@34.3.0

Looking forward to hearing back from you.

1 Like

Problem solved after add this env

The issue should be fixed now. Could you redeploy and let us know if you are still facing issue?

Please also remove the Environment variable if you have added ever to receive future CLI update.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.