PNPM try to be fast and use symlink for duplicated files so try it
The fastest way to install pnpm is to have node.js version >=16.10
to do the easiest command:
corepack enable
if less
npm i -g corepack
if those command dont work and you are in windows use this command in powershell :
iwr https://get.pnpm.io/install.ps1 -useb | iex
in macOS or linux using curl or wget , youre choice:
wget -qO- https://get.pnpm.io/install.sh | sh -
curl -fsSL https://get.pnpm.io/install.sh | sh -
Top comments (0)