【发布时间】:2022-09-28 14:17:30
【问题描述】:
我一直在考虑从npm 迁移到pnpm。
在开始迁移之前,我首先看到了documentation(pnpm motivation)。
在.pnpm 中有指向.pnpm store(Centralized) 的硬链接包,在node_modules 中,它们使用符号链接指向每个包。
我在我的项目中删除了node_modules,然后,我使用pnpm 重新安装了软件包。
一切似乎都如我所料,除了.pnpm 中有一个node_modules。
.pnpm 中的node_modules 的用途是什么?
有哪些包?