【发布时间】:2015-11-23 18:34:24
【问题描述】:
我正在使用 ubuntu 生动。尝试使用 yeoman aspnet 生成器。使用以下命令安装生成器
sudo npm install -g 哟
sudo npm install -g generator-aspnet
当我尝试使用以下命令使用它时:yo aspnet 我收到以下错误
Error aspnet
You don't seem to have a generator with the name aspnet installed. You can see available generators with npm search yeoman-generator and then >install them with npm install [name]. To see the 0 registered generators run yo with the `--help` option.
我可以在/usr/local/lib/node_modules/generator-aspnet 下看到生成器文件
我错过了什么?
【问题讨论】:
标签: yeoman yeoman-generator ubuntu-15.04