Prerequisites

We recommend to install nvm (Node Version Manager) first and then install Node.js with nvm.

Download and install Node.js

nvm install node 

Download and install pnpm

npm install -g pnpm

Last updated