Echo JS 0.11.0

<~>

stevenmhunt 3248 days ago. link 1 point
This article didn't really address by bower exists, and why it's approach to dependency resolution is inherently different than NPM. If you use NPM and browserify, you could potentially end up with 10 copies of jQuery in your project, which is probably not what you want. If you cleverly use the shim you can get around this, but bower was designed to support front-end dependencies. Are there problems? yes. Is NPM the holy grail of package management? no, it's great for NodeJS stuff but not front-end. </opinions>
ch8230 3255 days ago. link 1 point
If you use bower to install single libraries then you should be fine sounds like the issue happens more with packages that have multiple dependencies.