Main public logs
Appearance
Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:12, 18 April 2026 Torben talk contribs created page Pnpm Node Package Manager (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")