I really don't know where the bower_componentsdirectory came from bower_componentsin my application Node Express, but it seems to be competing for attention with my folder node_modules, since both contain jqueryand bootstrap.
I am using Browserify and trying to bundle jquery, bootstrap and some other components. What exactly happens here with Bauer? Do I need a bower for anything?
For example, when I do require('jquery')applications in my code, how do I know if it comes from NPM node_modules or Bower bower_components?
source
share