Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Unable to build project (Windows) #180

Closed
pealmeid opened this issue Jul 14, 2016 · 1 comment
Closed

Unable to build project (Windows) #180

pealmeid opened this issue Jul 14, 2016 · 1 comment

Comments

@pealmeid
Copy link

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:

errors

I'm running version 3180 of dotnet (in Windows):

version

Thanks in advance!

@SteveSandersonMS
Copy link
Member

You're on preview 3 of the dotnet tooling, but the current released version is preview 2 (specifically, 1.0.0-preview2-003121).

While I would expect everything here to work with bleeding-edge nightly builds of dotnet, it's not something I can guarantee. If you want things to just work, I'd recommend downgrading to the currently supported dotnet version. If you want to continue with preview 3, I'm afraid you'll have to figure out what else is needed to get all the references to work (and if you do, please let us know!).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants