问答详情
源自:5-2 从无到有构建Grunt项目

报错了,求指导

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]. git 的命令行 报错 无法用yo搭建项目  我是用 cnpm安装的yo 有影响吗(npm 经常报错)

提问者:小标超人哥哥 2015-12-21 16:00

个回答

  • 我才是深蓝
    2015-12-30 17:54:17

    npm install webapp-generator

    你需要先安装相对应的 generator 再去使用 

    yo webapp