node版本管理工具
- 可以指定项目使用的node版本,控制同一个机器上多个项目使用不同的node版本
安装
Unix 安装
curl https://get.volta.sh | bash
小于 1 分钟
curl https://get.volta.sh | bash
# powershell命令
$env:HTTP_PROXY="http://127.0.0.1:7897"; $env:HTTPS_PROXY="http://127.0.0.1:7897"
# 测试命令行vpn是否通
curl https://www.google.com
官网给出的简介:Verdaccio
是一个Node.js创建的轻量级的私有npm proxy registry