Closed JByfordRew closed 7 years ago
sorry where the file in this issue title is not found
I am getting the same error. I don't have a v14.0 folder locally but I do have a v15.0 folder.
This error means you don't have the necessary version of .NET Core tools installed. Be sure to install .NET Core 1.1.0 (and not just some later version, e.g., as bundled with VS 2017RC). Also if you're on an old version of generator-aspnetcorespa
, please update. Current versions emit projects with a global.json
file that tells the .NET tooling which version needs to be used.
Note that if you want to use VS2017RC, then you must use csproj-based tooling, not xproj/project.json. The latest generator-aspnetcorespa
package gives you the choice of which tooling type you want to use when creating new projects.
I am following the simple instructions from the readme using the yo builder. Happens for Aurelia and Angular2 so far, probably others.