The intent of this development is to build a product that will support digital procurement needs for the BC Government including services such as, but not limited to, Sprint With Us, Code With Us, The Procurement Concierge.
As a developer I want to migrate to yarn package manager so because yarn
is faster at installing packages, it will install multiple packages simultaneously
has a well-managed offline cache - creates a .pnp.cjs file, allowing for zero installs
is able to resolve lock file conflicts automatically
better security thru checksums on the lockfile
Npm is known to be non-deterministic. This means that depending on the order you install dependencies in, your node_modules folder can look very different.
As a developer I want to migrate to
yarn
package manager so becauseyarn
.pnp.cjs
file, allowing forzero installs
lock
file conflicts automaticallychecksums
on thelockfile
Npm is known to be non-deterministic. This means that depending on the order you install dependencies in, your node_modules folder can look very different.