error on “nvm list available“, find the final solution by the Second error

2024-08-28 21:44

本文主要是介绍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的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1115963

相关文章

【C++】_list常用方法解析及模拟实现

相信自己的力量,只要对自己始终保持信心,尽自己最大努力去完成任何事,就算事情最终结果是失败了,努力了也不留遗憾。💓💓💓 目录   ✨说在前面 🍋知识点一:什么是list? •🌰1.list的定义 •🌰2.list的基本特性 •🌰3.常用接口介绍 🍋知识点二:list常用接口 •🌰1.默认成员函数 🔥构造函数(⭐) 🔥析构函数 •🌰2.list对象

Collection List Set Map的区别和联系

Collection List Set Map的区别和联系 这些都代表了Java中的集合,这里主要从其元素是否有序,是否可重复来进行区别记忆,以便恰当地使用,当然还存在同步方面的差异,见上一篇相关文章。 有序否 允许元素重复否 Collection 否 是 List 是 是 Set AbstractSet 否

【Python报错已解决】AttributeError: ‘list‘ object has no attribute ‘text‘

🎬 鸽芷咕:个人主页  🔥 个人专栏: 《C++干货基地》《粉丝福利》 ⛺️生活的理想,就是为了理想的生活! 文章目录 前言一、问题描述1.1 报错示例1.2 报错分析1.3 解决思路 二、解决方法2.1 方法一:检查属性名2.2 步骤二:访问列表元素的属性 三、其他解决方法四、总结 前言 在Python编程中,属性错误(At

编译linux内核出现 arm-eabi-gcc: error: : No such file or directory

external/e2fsprogs/lib/ext2fs/tdb.c:673:29: warning: comparison between : In function 'max2165_set_params': -。。。。。。。。。。。。。。。。。。 。。。。。。。。。。。。。 。。。。。。。。 host asm: libdvm <= dalvik/vm/mterp/out/Inte

nvm及nodejs安装相关

安装 1.清空文件夹,卸载nvm及nodejs 2.下载安装包 https://github.com/coreybutler/nvm-windows/releases (也下载有) 3.安装nvm 地址写D:/nvm和D:/nodejs 4.安装nodejs nvm ls available //查询版本nvm install 16.20.2 //安装对应版本号nvm use 1

收藏:解决 pip install 出现 error: subprocess-exited-with-error 错误的方法

在使用 pip 安装 Python 包时,有时候会遇到 error: subprocess-exited-with-error 错误。这种错误通常是由于 setuptools 版本问题引起的。本文将介绍如何解决这一问题 当你使用 pip install 安装某个 Python 包时,如果 setuptools 版本过高或过低,可能会导致安装过程出错,并出现类似以下错误信息:error: subpr

Nn criterions don’t compute the gradient w.r.t. targets error「pytorch」 (debug笔记)

Nn criterions don’t compute the gradient w.r.t. targets error「pytorch」 ##一、 缘由及解决方法 把这个pytorch-ddpg|github搬到jupyter notebook上运行时,出现错误Nn criterions don’t compute the gradient w.r.t. targets error。注:我用

AtCoder Beginner Contest 370 Solution

A void solve() {int a, b;qr(a, b);if(a + b != 1) cout << "Invalid\n";else Yes(a);} B 模拟 void solve() {qr(n);int x = 1;FOR(i, n) FOR(j, i) qr(a[i][j]);FOR(i, n) x = x >= i ? a[x][i]: a[i][x];pr2(

src/pyaudio/device_api.c:9:10: fatal error: portaudio.h: 没有那个文件或目录

(venv) shgbitai@shgbitai-C9X299-PGF:~/pythonworkspace/ai-accompany$ pip install pyaudio sounddeviceCollecting pyaudioDownloading PyAudio-0.2.14.tar.gz (47 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

MongoDB学习—(6)MongoDB的find查询比较符

首先,先通过以下函数向BookList集合中插入10000条数据 function insertN(obj,n){var i=0;while(i<n){obj.insert({id:i,name:"bookNumber"+i,publishTime:i+2000})i++;}}var BookList=db.getCollection("BookList")调用函数,这样,BookList