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 的新手,他们的新版本是 grunt 和 bower,我的问题是,当我创建新的 webapp 运行时
yo webapp
在我的项目文件夹下,在询问我一些关于包含诸如引导程序之类的东西的问题后,该命令创建了一个名为 node_modules 的文件夹,其中包含大量文件,这正常吗??,这个模块不应该安装在更多全局文件夹?感谢您的解释
Node.js 依赖项是项目本地的。因此node_modules文件夹。
node_modules