> On Feb 4, 2015, at 10:22 AM, Aaron Gray <
aaronngr...@gmail.com> wrote:
>
> It would be nice to have a command to do it and also allow script to
> delete bower_components as well.
like:
npm install -g rimraf
rimraf node_modules
Though there's "npm rm" and "npm uninstall" to delete single modules.
Bower is entirely orthogonal, so that's up to you to script -- what's the end goal you're working toward?
Aria