mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
This is roughly how npm@5 does it. However, pnpm does not try to install dependencies of the file dependency, just a symlink is created and the binstubs are linked into `node_modules/.bin` if there are any. BREAKING CHANGE: file dependencies are symlinked instead of copied (packed/unpacked) Ref #772