omnisharp-node-client
omnisharp-node-client copied to clipboard
Unable to find package OmniSharp.ScriptCs
Running build-server.ps1 this error is printed as part of dotnet restore:
/Users/felix/git/omnisharp-node-client/vendor/src/OmniSharp.TypeScriptGeneration/OmniSharp.TypeScriptGeneration.csproj : error NU1101: Unable to find package OmniSharp.ScriptCs. No packages exist with this id in source(s): AspNetMaster, AspNetRelease, NuGet.org2, NuGetBuild, OmniSharp, XunitMyGet
The build failed. Please fix the build errors and run again.
OmniSharp.ScriptCs is declared as a dependency:
https://github.com/OmniSharp/omnisharp-node-client/blob/fcb57e1f5c9d4f39559499861fd5bc031964b787/vendor/src/OmniSharp.TypeScriptGeneration/project.json#L12
but I cannot find this package: https://www.nuget.org/packages/OmniSharp.ScriptCs (404)