Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • So in other words I always need both the bower.json and the package.json file for projects which use Grunt and front-end libraries loaded by Bower? Commented Jan 16, 2015 at 15:54
  • Yep. It's most common setup. But you can always use npm only - because bower use npm as base. :) - for example if you to to bootstrap npmjs.com/package/bootstrap you can read that installation can be done via bower or npm or manually. Commented Jan 16, 2015 at 16:06