npm / npm-remote-ls

Examine a package's dependency graph before you install it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Line and API both timing out when fetching dependencies (for a big repo)

EightArmCode opened this issue · comments

Repo is @storybook/vue, it has roughly 800 dependencies. It should not matter however. The weird thing is the problem is intermittent. It was offline for a while (a few days, I guess), and then was working for me yesterday until around 5pm Amsterdam time. I finally traced the issue in my app back to this library. You can reproduce the error using the API and the command line.

(error truncated for brevity)
Command

npm-remote-ls --name @storybook/vue --version 4.0.7

Error

could not load dom-walk@^0.1.0 error = connect ETIMEDOUT 104.16.18.35:443
could not load commander@^2.19.0 error = connect ETIMEDOUT 104.16.25.35:443
could not load global@^4.3.2 error = connect ETIMEDOUT 104.16.19.35:443
could not load webpack-dev-middleware@^3.4.0 error = connect ETIMEDOUT 104.16.19.35:443
could not load @babel/helper-plugin-utils@^7.0.0 error = connect ETIMEDOUT 104.16.22.35:443
could not load @babel/plugin-transform-sticky-regex@^7.0.0 error = connect ETIMEDOUT 104.16.19.35:443
...

Please help!

Hi @EightArmCode, Im having this problem in 2020, have you managed to solve it?
Thanks.

Sadly, no. We never did solve it.