0
0

More than 1 year has passed since last update.

yarnとnpmがタイムアウトして動かないときの対処法

Posted at

yarn とnpmが動かない

yarn

yarn add v1.22.19
[1/4] Resolving packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/global: ETIMEDOUT".
info If you think this is a bug, please open a bug report with the information provided in "***/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

npm

[..................] | idealTree:regal: sill idealTree buildDeps

といった感じで何も動かない。

対処法

一旦バージョンを下げる。

nvm install 16.2.0

で今回はうまく行きました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0