Jump to content

New pages

New pages
Hide bots | Hide redirects

18 April 2026

  • 18:1218:12, 18 April 2026 Pnpm Node Package Manager (hist | edit) [492 bytes] Torben (talk | contribs) (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")