Tuesday, March 17, 2015

How to remove specific npm package from windows system

> npm rm -g  <packagename>

Try even this.
>npm uninstall <packagename>

No comments:

Post a Comment