omnisharp-node-client icon indicating copy to clipboard operation
omnisharp-node-client copied to clipboard

Unable to find package OmniSharp.ScriptCs

Open felixfbecker opened this issue 7 years ago • 0 comments

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)

felixfbecker avatar Apr 05 '18 17:04 felixfbecker