What is pnpm?
Mrhili Mohamed Amine

Mrhili Mohamed Amine @mrhili

Joined:
Dec 27, 2020

What is pnpm?

Publish Date: Jun 14 '22
8 0

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
Enter fullscreen mode Exit fullscreen mode

if less

npm i -g corepack
Enter fullscreen mode Exit fullscreen mode

if those command dont work and you are in windows use this command in powershell :

iwr https://get.pnpm.io/install.ps1 -useb | iex
Enter fullscreen mode Exit fullscreen mode

in macOS or linux using curl or wget , youre choice:

wget -qO- https://get.pnpm.io/install.sh | sh -
Enter fullscreen mode Exit fullscreen mode
curl -fsSL https://get.pnpm.io/install.sh | sh -
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment