https://volta.sh/assets/wordmark.jpg
⚡ 快
快速无缝地安装和运行任何 JS 工具!Volta 是用 Rust 构建的,并作为活泼的静态二进制文件发布。
⚡ 可靠
确保项目中的每个人都使用相同的工具,而不会干扰他们的工作流程。
⚡ 普遍
无论包管理器、Node 运行时还是操作系统,您只需要一个命令:.volta install
试试看吧!
# install Volta
curl https://get.volta.sh | bash
# install Node
volta install node
# start using Node
node