Yarn

Yarn Node.js package manager.

This command template can also be used for other Node.js commands (by changing the command), if they require access to the yarn cache.

Link to entity in repository: https://github.com/Parakoopa/riptide-repo/tree/master/command/yarn

/command/yarn/base

Latest Yarn version with the latest Node.js version.

Additional volumes

Name Source Source path Target path Description
yarn Home directory ~/.yarn ~/.yarn Yarn cache
yarnrc Home directory ~/.yarnrc ~/.yarnrc Yarn config
ssh Home directory ~/.ssh ~/.ssh SSH configuration

/command/yarn/nodeX

Based on: /command/npm/base

Latest Yarn with different Node.js versions. Avaiable Node.js versions:

  • 8
  • 10
  • 11
  • 12