First of all I looked into [this][1]
post for possible workaround but unfortunately there is none.
My issue is somewhat closer but steps I went through are different so I decided to put up my question in a new thread.
My requirements were:
Installing ASP.NET 5 but I did not want to install full
VS 2015
rather I went forDNVM
(Dot Net Version Manager
) andDNX (NET Execution Environment)
. This post says we can install from Command Line tool so I used this.Installing
Code for Visual Studio
which I didInstalling a
aspnet-generator
usingyo
which I did using the following command:npm install -g yo generator-aspnet
but ended up with some error messages. Please see screenshot below:
- Even I got above errors I went on and ran
yo aspnet
which was supposed to give me choice of what type of application I want to create etc. But here I ended up with errors again. Please see screenshot below:
I googled a lot but nothing looked suitable or closer to my issue. I don't want to play with Windows Registry.
I am completely screwed up with this problem :( Somebody please show me the right path and help me out of this stand-still situation.
Thank you