Node.js (Yarn / NPM)
Introduction
This page describes how we share our Node.js packages.
Prefer Yarn over NPM
We prefer to use Yarn Classic over NPM, as it is faster and generally more robust.
Connecting to the registry
We use a custom npm registry to share our packages. You can find the registry at https://npm-registry.ambimax.xyz/. The credentials for the registry can be found on LastPass.
You can use this guide to connect to our npm registry.
More information
The DevOps config and documentation for the repository is managed in this repository.