Recently we have configured CD in the pnpm repository. Now the packages are published automatically to the registry and the artifacts are added automatically to the release page.
We also fixed installation on macOS, so you may install the bundled version of pnpm on macOS.
Now we suggest using an shell script to install pnpm on POSIX systems. Node.js is not needed. Once you have pnpm, just use pnpm to install Node.js
pnpm.io/installation
🙌 We💚 @pnpmjs!
We use pnpm workspaces for our monorepo - it's so fast & efficient! 🪄
It works with Renovate for dependencies updates, and releases come regularly, with plenty of features & improvements
Shout out to @zkochan for the amazing job! 💯
Annoyed by VS Code IntelliSense not picking up TypeScript imports correctly in a Rush / @pnpmjs workspace?
Sam Davidoff investigated this problem and found that it's now fixed in the nightly builds of tsc + code! 👍👍
Details in his writeup here:
github.com/microsoft/TypeScr…
Okay, so @pnpmjs has a neat feature to help y'all Windows users: pnpm.io/cli/run#shell-emulat… - think "NODE_ENV=production node server.js" in your package.json without having to deal with cross-env
pnpm v6.12 is out!
A new experimental command is added for installing Node.js globally.
Unlike "npm i -g node", "pnpm env use -g lts" will download node.js from the official Node.js website as any other Node.js version manager.
The work on pnpm v7 is already in progress.
Most notable changes will be:
* every command will be about 0.2 seconds faster
* pnpm will work with no Node.js installed on the system
* pnpx will be removed and substituted with "pnpm dlx" (similar to yarn dlx)