随笔分类 -  node

node
摘要:一,安装@vue/cli $ npm install -g @vue/cli npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lr 阅读全文
posted @ 2026-02-03 17:27 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
摘要:一,查看默认的源 $ npm config get registry https://registry.npmmirror.com 二,配置使用国内源 $ npm config set registry https://registry.npm.taobao.org 三,查看效果: $ npm co 阅读全文
posted @ 2026-02-03 17:07 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
摘要:一,查看nvm版本: nvm --version 0.40.3 二,安装node $ nvm install 24 三,列出本地已安装node $ nvm ls 四,查看所有可用的node $ nvm ls-remote 五,查看当前使用的node版本 nvm current v24.13.0 六, 阅读全文
posted @ 2026-02-03 16:55 刘宏缔的架构森林 阅读(22) 评论(0) 推荐(0)
摘要:一,nvm安装node $ nvm install 24 Downloading and installing node v24.13.0... Downloading https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-x64.tar.xz.. 阅读全文
posted @ 2026-02-03 16:41 刘宏缔的架构森林 阅读(10) 评论(0) 推荐(0)
摘要:一,官网地址: https://nodejs.org/zh-cn/download/ 如图: 二,安装nvm $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash % Total % Rec 阅读全文
posted @ 2026-02-03 16:34 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)