My latest articles:
- Advanced Bit Dependency Management and Configs
- Painless Monorepo Dependency Management with Bit
- The year 2021 for pnpm
- Trying pnpm on the JustAnswer multi-package repository
My videos:
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseWhen there is no lockfile and no node_modules present, pnpm install should update direct dependencies to the latest versions satisfying the range. …
--json option in pnpm config --help command
pnpm tries to deduplicate dependencies in order to install the least amount of packages. So, if on of the dependencies depend on foo@1.0.0 and anot…