-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
pnpm
is the third largest node package manager, which uses symlinks, hardlinks and isolated trees, which prevents packages from using packages which they haven’t declared in their dependencies and it uses shrinkwrap.yaml
as its lockfile.
anantoghosh, vothanhdanh2209 and qm3ster