pnpm is a fast, disk space efficient package manager. It uses a content-addressable filesystem to store all files for all module directories on disk. When using npm or Yarn, if you have 100 projects that use lodash, you will have 100 copies of lodash on disk, whereas with pnpm lodash will be stored in a content-addressable memory.
pnpm 7.17 is officially released, the updates are as follows:
Variety:
- Added a new command
pnpm licenses list
which can display the license of the package - support
pnpm env list
List global or remote Node.js versions - If the only dependency in the project is ignored,
pnpm update --latest !foo
then nothing should be updated pnpm audit
The version of the workspace project should be sent for audit- Elevating with symlinks should not overwrite external symlinks and directories in the root of node_modules
pnpm.updateConfig.ignoreDependencies
Settings should apply to multiple dependencies in an array
For more details, please check: https://github.com/pnpm/pnpm/releases/tag/v7.17.0
#pnpm #Released #Disk #Space #Saving #Package #Manager #News Fast Delivery