0 votes
in JAVA by
How do you uninstall gulp?

1 Answer

0 votes
by
Run following command to uninstall gulp globally.

npm uninstall -g gulp

And if you wish to remove from your project,

npm uninstall --save-dev gulp

Related questions

0 votes
asked Feb 15, 2020 in JAVA by rahuljain1
0 votes
asked Feb 15, 2020 in JAVA by rahuljain1
...