I'm trying to follow the directions on the `README.md` file without success. The steps I'm following are: - Clone the repo - Run `dotnet restore` at the repo root dir - Go to sample (cd templates/Angular2Spa) - Restore NPM dependencies (run `npm install`) - Launch (`dotnet run`) However, on step 2 (`dotnet restore` at root) I'm getting the following `Unable to resolve` errors:  I'm running version 3180 of `dotnet` (in Windows):  Thanks in advance!
I'm trying to follow the directions on the
README.mdfile without success. The steps I'm following are:dotnet restoreat the repo root dirnpm install)dotnet run)However, on step 2 (
dotnet restoreat root) I'm getting the followingUnable to resolveerrors:I'm running version 3180 of
dotnet(in Windows):Thanks in advance!