clhiker
竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生!
Home
Categories
Archives
Tags
About
Home
node 使用教程
node 使用教程
取消
node 使用教程
由
clhiker
发布于 2024-11-02
·
最后更新:2024-11-02
## nvm (版本管理) ```bash # 脚本安装 wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash source ~/.bashrc # 使用 nvm --version nvm list-remote # 查看可安装版本 nvm install 18 # 会配套安装npm nvm use 18 nvm current nvm list ``` ## nrm (源管理) ``` bash npm install nrm -g nrm ls nrm test nrm use tencent npm config get registry ```
电脑使用备忘录
该博客文章由作者通过
CC BY 4.0
进行授权。
分享
最近更新
wsl 使用经验
十个命令开始玩转docker
node 使用教程
米哈游面试
Verilog语法-1
热门标签
red
文章目录
wsl 使用经验
米哈游面试