Jump to content

Pnpm Node Package Manager: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 April 2026

  • curprev 20:4020:40, 18 April 2026 Torben talk contribs 492 bytes +150 No edit summary
  • curprev 18:1218:12, 18 April 2026 Torben talk contribs 342 bytes +342 Created page with "==Commands== # install packages locally pnpm install # add package pnpm add vue # add dev package pnpm add -D vitest # update pnpm up # run package pnpm exec vitest --watch=false # run script (defined in package.json) pnpm run myscript # check used packages for vulnerabilities pnpm audit pnpm audit --fix pnpm install"