Answer the question
In order to leave comments, you need to log in
Npm or bower for the front?
Why not npm
The main difference between npm and Bover is the approach to installing package dependencies. Npm installs the dependencies for each package separately, in the folder of this package, then installs the dependencies of the dependencies in the same way, and so on. In client-side javascript, this is not allowed: you cannot include two versions of jQuery or any other library on a page. In Bover, each package is installed once, and in the event of a dependency conflict, Bover will simply not install a package that is incompatible with those already installed.
Answer the question
In order to leave comments, you need to log in
different js libraries are used for this. e.g. www.chartjs.org
The main difference between npm and Bover is the approach to installing package dependencies.
Yarn is trending right now, a manager that pulls packages from npm.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question