本文主要是介绍error on “nvm list available“, find the final solution by the Second error,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
error one
Could not retrieve https://nodejs.org/dist/index.json.
Get “https://nodejs.org/dist/index.json”: dial tcp 104.20.23.46:443: i/o timeout
error two
Error retrieving “http://npm.taobao.org/mirrors/node/index.json”: HTTP Status 404
PS D:\codeProgram\FrontEnd\VUE3\小班项目> nvm list availableCould not retrieve https://nodejs.org/dist/index.json.
Get "https://nodejs.org/dist/index.json": dial tcp 104.20.23.46:443: i/o timeoutPS D:\codeProgram\FrontEnd\VUE3\小班项目> nvm list available
Error retrieving "http://npm.taobao.org/mirrors/node/index.json": HTTP Status 404PS D:\codeProgram\FrontEnd\VUE3\小班项目> nvm list available| CURRENT | LTS | OLD STABLE | OLD UNSTABLE |
|--------------|--------------|--------------|--------------|
| 22.7.0 | 20.17.0 | 0.12.18 | 0.11.16 |
| 22.6.0 | 20.16.0 | 0.12.17 | 0.11.15 |
| 22.5.1 | 20.15.1 | 0.12.16 | 0.11.14 |
| 22.5.0 | 20.15.0 | 0.12.15 | 0.11.13 |
| 22.4.1 | 20.14.0 | 0.12.14 | 0.11.12 |
| 22.4.0 | 20.13.1 | 0.12.13 | 0.11.11 |
| 22.3.0 | 20.13.0 | 0.12.12 | 0.11.10 |
| 22.2.0 | 20.12.2 | 0.12.11 | 0.11.9 |
| 22.1.0 | 20.12.1 | 0.12.10 | 0.11.8 |
| 22.0.0 | 20.12.0 | 0.12.9 | 0.11.7 |
| 21.7.3 | 20.11.1 | 0.12.8 | 0.11.6 |
| 21.7.2 | 20.11.0 | 0.12.7 | 0.11.5 |
| 21.7.1 | 20.10.0 | 0.12.6 | 0.11.4 |
| 21.7.0 | 20.9.0 | 0.12.5 | 0.11.3 |
| 21.6.2 | 18.20.4 | 0.12.4 | 0.11.2 |
| 21.6.1 | 18.20.3 | 0.12.3 | 0.11.1 |
| 21.6.0 | 18.20.2 | 0.12.2 | 0.11.0 |
| 21.5.0 | 18.20.1 | 0.12.1 | 0.9.12 |
| 21.4.0 | 18.20.0 | 0.12.0 | 0.9.11 |
| 21.3.0 | 18.19.1 | 0.10.48 | 0.9.10 |This is a partial list. For a complete list, visit https://nodejs.org/en/download/releases
solution:
original mirror:
node_mirror:npm.taobao.org/mirrors/node/
npm_mirror:npm.taobao.org/mirrors/npm/
updated mirror:
node_mirror: https://npmmirror.com/mirrors/node/
npm_mirror: https://npmmirror.com/mirrors/npm/
这篇关于error on “nvm list available“, find the final solution by the Second error的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!