"Unable to load application or execute command 'Microsoft.AspNet.Server.Kestrel'. Available commands: web."
I get the above error after creating a project from the command line (first time, just tring to figure it out)
* installed yeoman : npm install yo -g
* installed aspnet : npm install generator-aspnet -g
* created app: yo aspnet
* selected "Web Application Basic"
* run dnx web ..... get error above