Angularjs 约曼生成器创建200+;MB的节点_模块,正常吗?

Angularjs 约曼生成器创建200+;MB的节点_模块,正常吗?,angularjs,npm,yeoman,Angularjs,Npm,Yeoman,跑步正常吗 yo是否在node_modules文件夹中创建超过200MB的数据? 这就是运行发电机需要15分钟或更长时间的原因,具体取决于我当时的互联网连接情况吗 18:35 $ du -h|grep M|sort -n -r|head 216M . 211M ./node_modules 63M ./node_modules/cdnjs-cdn-data/external 63M ./node_modules/cdnjs-cdn-data 30M ./node_modules/bo

跑步正常吗
yo
是否在node_modules文件夹中创建超过200MB的数据? 这就是运行发电机需要15分钟或更长时间的原因,具体取决于我当时的互联网连接情况吗

18:35 $ du -h|grep M|sort -n -r|head
216M    .
211M    ./node_modules
63M ./node_modules/cdnjs-cdn-data/external
63M ./node_modules/cdnjs-cdn-data
30M ./node_modules/bower
29M ./node_modules/bower/node_modules
6.2M    ./node_modules/caniuse-db
5.1M    ./node_modules/rx
4.8M    ./node_modules/jshint
4.4M    ./bower_components

节点\u模块
目录不包含生成的代码。这甚至不是针对约曼人的。它包含由下载的nodejs库和工具的源代码和二进制文件。是的,它通常很重,下载可能需要一些时间

所有依赖项都在模板(以及使用npm的任何其他项目)的文件中定义