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
What am i missing?の下にジェネレーター ファイルが表示されます。