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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator