文章“下一代 npm”的直接链接

下一代 npm

许多 Web 项目使用 npm 来拉取它们的依赖项,无论是前端还是后端。npm install 就会开始运行,将数千个文件拉取到我们项目中的 node_modules 文件夹中,以 import/require 任何东西。…