问答详情
源自:5-1 Grunt的Task,Target和Options

Error webapp grunt-by-yo

Error webapp grunt-by-yo 


You don't seem to have a generator with the name webapp installed.

You can see available generators with npm search yeoman-generator and then install them with npm install [name].

To see the 15 registered generators run yo with the `--help` option.


提问者:iMx7 2015-01-22 15:19

个回答

  • Materliu
    2015-01-22 21:17:06

    可能的原因有几个: 

    1. npm path问题, 使用 yo doctor 尝试诊断

    2. npm本身安装有问题, 可以尝试卸载后重新安装: 可以参考http://www.micmiu.com/lang/nodejs/mac-osx-nodejs-install/ 

    3. npm版本问题, 尝试降低npm的版本 

    4. 待完善 辛苦先尝试一下以上几个方法, 期待你的反馈。


  • 黑羽丶
    2015-02-03 09:08:17

    使用 yo 指令产生网站骨架,webapp 这个 产生器 指令如下:

      npm install -g generator-webapp