You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a NextJS 14 app router app that I deploy through vercel.
Occasionally, there is this error that happens when deploying the app on vercel: npm ERR! code ETIMEDOUT
npm ERR! code ETIMEDOUT
npm ERR! network
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in: /vercel/.npm/_logs/2024-06-30T17_06_54_732Z-debug-0.log
Error: Command "npm install --prefix=../.." exited with 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I have a NextJS 14 app router app that I deploy through vercel.
Occasionally, there is this error that happens when deploying the app on vercel: npm ERR! code ETIMEDOUT
Beta Was this translation helpful? Give feedback.
All reactions