Skip to content

Commit 42ae6b7

Browse files
authoredNov 10, 2023
Update README.md
add node version manager by "n" & "volta"
1 parent e2574fe commit 42ae6b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
## 前端环境需要的软件
77
- [nvm](https://github.com/nvm-sh/nvm) 管理node 版本, [nvm-windows](https://github.com/coreybutler/nvm-windows)
8+
- [volta](https://github.com/volta-cli/volta) 同node版本管理,支持目录级别使用不同node版本
9+
- [n](https://github.com/tj/n) 同node版本管理
810
- ~~[node][1] 如果不需要多个node版本管理,直接下载这个(不推荐)~~
911
- [npm][2] , [cnpm][3] , 建议使用`nrm` 包镜像地址管理, [spm][4] 安装可以更换淘宝的安装包地址([淘宝镜像][5])
1012
- [pnpm 全新包管理](https://github.com/pnpm/pnpm)

0 commit comments

Comments
 (0)
Please sign in to comment.