Try updating your .NET SDK, but this is likely a duplicate of https://github.com/dotnet-websharper/core/issues/1044

By on 3/29/2019 4:26 PM ()

Unfortunately, after updating to the latest version 2.2.105, the error was preserved. :((

dotnet --version 2.2.105 dotnet new -i WebSharper.Templates dotnet new websharper-web -lang f# dotnet run /usr/local/share/dotnet/sdk/2.2.105/FSharp/Microsoft.FSharp.Targets(265,9): error MSB6006: "wsfsc.sh" exited with code 134. /Users/alex/Documents/projects/Try/WebSharper7/WebSharper7.fsproj

By on 4/1/2019 6:38 AM ()

Hi, there is a new Fsharp.Compiler.Service, I will test updating and will get back to you.

Also, as a workatound, you can install an older template with an earlier FCS with dotnet new -i WebSharper.Templates::4.5.7.291 Or revert packages on an existing project:

1
2
3
dotnet add package WebSharper -v 4.5.7.322
dotnet add package WebSharper.FSharp -v 4.5.7.322
dotnet add package WebSharper.UI -v 4.5.6.156
By on 4/2/2019 4:57 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper