- 笔记/
Node.js使用nrm管理npm下载源的指南
·1 min
nrm
nodejs
Table of Contents
安装 #
npm i nrm -g
查看源列表 #
nrm ls
添加源 #
nrm add <registry> <url>
删除源 #
nrm del <registry>
切换源 #
nrm use <registry>
测试源速度 #
nrm test nrm test <registry>
docker入门使用
·1 min
Ubuntu系统安装MySQL教程
·1 min
ubuntu
mysql
linux
Zsh和Oh-My-Zsh的安装和使用指南
·1 min
zsh
linux