使用"npm"恢复依赖项。这在Visual Studio 2019中可能需要几分钟时间



我在Visual Studio 2019中用一个带有角度模板的默认 asp.net 核心,然后构建它,然后显示此输出,现在我不明白

1>Restoring dependencies using 'npm'. This may take several minutes... 1>npm WARN deprecated @angular/http@6.1.10: Switch to @angular/common/http - see https://angular.io/guide/http 1>npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead: 1>npm WARN deprecated npm i nyc 1>npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.

我无法构建我的项目并退出视觉工作室,

如果它卡在Visual Studio中,请尝试关闭它。之后进入ClientApp文件夹并删除node_modules以避免一些卡在包中。之后,从ClientApp的根目录在命令行中npm install调用。这样,您将能够在控制台上看到命令运行时是否有一些进度。

npm install将需要几分钟时间,具体取决于您的 PC 性能和网络连接。

相关内容

  • 没有找到相关文章

最新更新