Web packages
Different parts of a web site may have different versions of packages. It may lead to inconsistency of styles used. To ensure that same version of a package is used it is advisable to use the same package manager.
It will download and install a package. It will also resolve dependencies.
A well known package manager fore web development is Node ( or NPM - abbreviated).
Comments
Post a Comment