Registry
Custom Chelsea Apps libraries
We have a number of custom libraries useful for developing Chelsea Apps projects, hosted on a private verdaccio registry.
A full list of libraries and their source code can be found here.
We have a privately hosted registry running here, which hosts custom libraries and caches all projects installed via it to improve resilience should npm go down.
This registry can be used by either:
Using .npmrc
Create a .npmrc file in the project directory, and paste the following line. This will install all npm packages in the project via the private registry.
registry=http://registry.chelsea-apps.com:4873Per install
You can choose to use the private registry (or the public one using npmjs) on a per install basis, using the --registry flag in npm.
npm install --registry http://registry.chelsea-apps.com:4873Publishing Packages
Last updated
Was this helpful?