Browse Source

Update 'README.md'

天问 10 months ago
parent
commit
e0208d978f
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -1,2 +1,20 @@
 # pnpm
 # pnpm
 
 
+* npm
+
+默认包管理工具,在当前项目生成node_modules套娃目录
+
+
+```
+npm cache clean
+```
+
+* yarn
+
+yarn支持依赖缓存,在C盘缓存后,其他项目同样依赖,可以从磁盘直接获取。下载快
+
+* pnpm
+
+通过符号链接共享依赖
+
+