【问题标题】:How to uninstall multiple plugins at a time using npm-uninstall?如何使用 npm-uninstall 一次卸载多个插件?
【发布时间】:2020-01-21 09:26:38
【问题描述】:

我想一次性卸载一组插件

例子:

npm uninstall plugin1,plugin2,...

它应该卸载所有插件

【问题讨论】:

    标签: npm npm-install npm-scripts npm-start npm-request


    【解决方案1】:

    请使用空格分隔的插件名称。

    npm uninstall plugin1 plugin2 ...
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-21
      • 1970-01-01
      • 2020-05-27
      • 1970-01-01
      • 2014-05-03
      • 2017-12-11
      相关资源
      最近更新 更多