0

I would like to uninstall set of plugins all at one time

Example:

npm uninstall plugin1,plugin2,...

It should uninstall all the plugins

RobC
  • 22,977
  • 20
  • 73
  • 80
ssomu
  • 79
  • 7

1 Answers1

1

Please use space separated plugin names.

npm uninstall plugin1 plugin2 ...
RobC
  • 22,977
  • 20
  • 73
  • 80
ssomu
  • 79
  • 7