VS 找不到 NuGet 包

VS can't find NuGet package

参考后: https://www.npmjs.com/package/pixplorer-api 在哪里使用pixplorer api 需要下载pixplorer-api 包。此处显示该软件包有 211 次下载。 但是,在 'pixplorer-api' 中搜索 Visual Studio 中的 Nuget 包管理器后,没有显示任何结果。 关于

的任何提示将不胜感激

您正在浏览的包是 Node.js 的 NPM 包。存在节点包这一事实并不意味着存在等效的 NuGet 包。不幸的是,它们是两种不同的东西。

Nuget.org says there is no such package:

这意味着 Visual Studio 将向您显示相同的消息。

如果您想将 NPM 包安装到 Visual Studio 项目中,您需要为 Visual Studio 安装任务运行器并设置 package.json:

另请参阅:Introducing Gulp, Grunt, Bower and NPM support for Visual Studio