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.
当您生成一个 yeoman 项目时,您是否将生成的 node_modules 提交到您的代码存储库中?
另一个开发人员似乎有必要签出一个项目并从中进行开发,但似乎有很多文件要提交,这些文件似乎与项目本身无关。
您可以运行npm install以安装依赖项。但是,提交依赖项有很多好处,您可以在这篇博文中阅读:
npm install
检查前端依赖项 (对于 Bower,但也适用于 npm)