NPM Registry Proxy

Introduction

If you use the Node Package Manager (npm) for your projects, you’ll have a dependency on the remote package repository registry.npmjs.org. If the npm registry is unreachable or performance issues arise, the installation of npm packages may fail. For this reason, we provide an NPM Registry Proxy to ensure continuous availability for CI/CD processes.



Prerequisites

  • creoline server



Configuring the creoline NPM Registry

Before installing npm, run the following command:

npm config set registry https://npm.registry.creoline.net


You can then proceed with the installation, for example, using npm install.