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 install需要几分钟。
npm ci
npm install
node_modules除了整体保存之外,有没有办法缓存和重用内置的原生插件?
node_modules