Skip to content

PNPM and NVM Setup

This repository uses:

TIP

If you do not have any of this tool installed follow the instructions on their relative site.


  1. Use project specific Node version (version is located in .nvmrc file)

    shell
    nvm use
  2. Enable corepack

    shell
    corepack enable
  3. Use pnpm via corepack

    shell
    corepack install