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 install并且在 Microsoft Windows(次要目标)下存在很多问题。
npm install
我已经阅读过pnpm,这似乎是我们的解决方案。
pnpm
如何迁移我们的嵌套存储库?
从头开始构建一个新的,使用pnpm?
最后,我对它进行了备份node_modules并从头开始重建它,pnpm并添加concat了只有一个 JavaScript 源并应用于Google-compiler它。
node_modules
concat
Google-compiler
唯一的困难是bootstrap因为它在两年内发生了很大变化。我们需要保持它的旧外观,所以我使用的命令是pnpm install bootstrap@3.3.7.
bootstrap
pnpm install bootstrap@3.3.7
完成后,外观和感觉相同,但从node_modules8 Mo 增长到 12 Mo...