Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ETIMEDOUT Error During ncu -u Execution for @mui/material Package #1482

Open
asimwe1 opened this issue Dec 17, 2024 · 1 comment
Open

"ETIMEDOUT Error During ncu -u Execution for @mui/material Package #1482

asimwe1 opened this issue Dec 17, 2024 · 1 comment

Comments

@asimwe1
Copy link

asimwe1 commented Dec 17, 2024


Description:

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:

  1. Run ncu -u in the project directory.
  2. Observe the error during the package fetching process.

Error Message:

: request to https://registry.npmjs.org/%40mui%2Fmaterial failed, reason: ETIMEDOUT

Environment:

  • Operating System: Ubuntu LTE 24.0.4
  • Node.js Version: [Your Node.js version]
  • npm Version: [Your npm version]
  • npm-check-updates Version: [Your npm-check-updates version]

Additional Information:

  • I have a stable internet connection.
  • Retrying the command did not resolve the issue.

@raineorshine
Copy link
Owner

Hi, thanks for reporting.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants