DEV Community

Mrhili Mohamed Amine
Mrhili Mohamed Amine

Posted on

3 3

What is pnpm?

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

Top comments (0)

Image of Timescale

Timescale – the developer's data platform for modern apps, built on PostgreSQL

Timescale Cloud is PostgreSQL optimized for speed, scale, and performance. Over 3 million IoT, AI, crypto, and dev tool apps are powered by Timescale. Try it free today! No credit card required.

Try free

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay