Skip to main content

PNPM

Installation

sudo pacman -S pnpm
pnpm --version
pnpm store path

Using a standalone script (without Node.js installed):

curl -fsSL https://get.pnpm.io/install.sh | sh -

Configuration

pnpm config -g set registry https://registry.npmmirror.com/

Workspace

pnpm update -r @dg-scripts/eslint-config @dg-scripts/stylelint-config --latest