课程还没完啊, 为啥提示您已学完本课程? 刚好项目中用到Grunt, 自己看了半天文档弄不明白, 搜到了这个课程, 听老师一说立马门门清。 不知道有没有人跟我一样注意到, 老师在每节的末尾都会说一句 “谢谢大家”。 谢谢老师辛苦分享。
2014-12-28
@策炼 使用yeoman generator 需要先在本机安装, npm install -g generator-webapp 课程中有讲到
第二个问题, 如果generator在生成的时候有错误提示消息, npm安装失败, 需要在generator生成完代码之后, 手动在项目目录下运行一下 npm install 来安装package.json 中声明的所有的npm 组件。
第二个问题, 如果generator在生成的时候有错误提示消息, npm安装失败, 需要在generator生成完代码之后, 手动在项目目录下运行一下 npm install 来安装package.json 中声明的所有的npm 组件。
2014-12-27
用 yo angular gy 安装后,输入 grunt serve 出不来,是不是缺少什么
E:\node\gy>grunt serve
Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'load-grunt-tasks'
E:\node\gy>grunt serve
Loading "Gruntfile.js" tasks...ERROR
>> Error: Cannot find module 'load-grunt-tasks'
2014-12-27
yo webapp grunt-yo-webapp
这一步不出来呀,是不是要其它支持?
错误提示:
Error webapp grunt-yo-webapp
You don't seem to have a generator with the name webapp installed.
...
这一步不出来呀,是不是要其它支持?
错误提示:
Error webapp grunt-yo-webapp
You don't seem to have a generator with the name webapp installed.
...
2014-12-27
@纳兰天忆521 放心吧, 对比介绍本来就在课程计划内, 而且学会了grunt, 学gulp那就是顺带手的事, 最后还会附上我个人对于开源生态的一些思考。
2014-12-27