如何使用npm卸载一次卸载多个插件?

如何使用npm卸载一次卸载多个插件?,npm,npm-install,npm-scripts,npm-start,npm-request,Npm,Npm Install,Npm Scripts,Npm Start,Npm Request,我想一次卸载所有插件 例如: npm uninstall plugin1,plugin2,... 它应该卸载所有插件请使用空格分隔的插件名称 npm uninstall plugin1 plugin2 ...

我想一次卸载所有插件

例如:

npm uninstall plugin1,plugin2,...

它应该卸载所有插件

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

npm uninstall plugin1 plugin2 ...