NPM Registry Proxy
Foreword
If you use the Node Package Manager (npm
) for your projects, there is a dependency on the remote package repository registry.npmjs.org
. If the npm
registry is not accessible or there are performance problems, the installation of the npm packages may fail. For this reason, we provide an NPM registry proxy to ensure permanent availability for CI/CD processes.
Prerequisites
- creoline server
Configuration of the creoline NPM Registry
Execute the following command before installing npm
:
npm config set registry https://npm.registry.creoline.net
You can then carry out the installation e.g. via npm install
.
Similar articles
Was this page helpful?