Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet new fabulous-app doesn't build #298

Closed
jtourlamain opened this issue Jan 25, 2019 · 1 comment
Closed

dotnet new fabulous-app doesn't build #298

jtourlamain opened this issue Jan 25, 2019 · 1 comment

Comments

@jtourlamain
Copy link

After installing the dotnet template on WSL I can create a new template and the solution builds.

Problem:
When doing the same thing via powershell you can create a solution but it doesn't build.
You get an error on the NuGet packages:

1>D:\\Fab2\Fab2\.nuget\NuGet.targets(92,9): error : Could not find a part of the path 'D:\\Fab2\Fab2\ \packages\FSharp.Core.4.5.2'.

Possible cause:
Notice the space in the error message between \Fab2\ and \packages\

Reproduction steps:

  • Open powershell
  • install the template dotnet new -i Fabulous.Templates
  • create a new Fabulous solution dotnet new fabulous-app -n Fab2
  • open the solution in Visual Studio (I used VS2017 version 15.9.5)
  • build the solution

Temporary workaround:
Create a new solution via WSL.

@mallibone
Copy link

Thanks for reporting the issue - the good news is that this should be fixed in the next release with #290.

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

No branches or pull requests

2 participants