如何在Visual Studio代码中从Angular 4应用程序取消npm包?
参见随附的屏幕。我有@progress,@ telerik npm模块,不再使用了。
我尝试了以下命令,但没有运气
npm uninstall --save @progress
npm uninstall --save @telerik
npm uninstall @progress
npm uninstall @telerik
即使从package.json中删除它们,它也会在构建或触发npm install命令时自动安装。
参见附页截图。