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 encountered an ETIMEDOUT error while running ncu -u to update packages in my project. The error occurred specifically when trying to fetch the @mui/material package.
Steps to Reproduce:
Run ncu -u in the project directory.
Observe the error during the package fetching process.
Error Message:
: request to https://registry.npmjs.org/%40mui%2Fmaterial failed, reason: ETIMEDOUT
That's strange that you encountered network issues with just @mui/material. I tested @mui/material and it worked on my end:
Checking /Users/raine/projects/ncu-issues/1582/package.json
@mui/material 6.2.0 → 6.2.1
Run ncu -u to upgrade package.json
This suggests that there is something different in your environment compared to mine that is causing the error. Some troubleshooting questions that might give us more information:
Does the issue occur from another computer?
Does the issue occur from another network?
Does the issue occur in all projects that contain @mui/material or just yours?
Description:
I encountered an
ETIMEDOUT
error while runningncu -u
to update packages in my project. The error occurred specifically when trying to fetch the@mui/material
package.Steps to Reproduce:
ncu -u
in the project directory.Error Message:
Environment:
Additional Information:
The text was updated successfully, but these errors were encountered: