Fiddling around with the wire webapp which is available on GitHub I came across yarn. Yarn is a package manager like npm which accesses the same repositories. The design goals are reproducibility of builds, speed and security.
Installation
npm install -g yarn
or on macOS Continue reading “Yarn – A new package manager”