Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个天真的问题:在 npm ci 之后做 npm prune 有兴趣吗?对我来说 npm ci 似乎就足够了,不是吗?
提前致谢
由于“npm ci”在安装之前删除了现有的“node_modules”,因此无需修剪。
Npm prune 删除安装在 node_modules 文件夹中且未在 package.json 中定义的无关包。当您从空的 node_modules 文件夹中转到时,这不会发生。