pnpm / supi

Fast, disk space efficient installation engine. Used by pnpm
MIT License
24 stars 5 forks source link

fix: do not run a double install with --shamefully-flatten #46

Closed etamponi closed 6 years ago

etamponi commented 6 years ago

The reason why it wasn't working before is that I was using the wrong shrinkwrap object, one that contained the previous dependencies, so it wasn't creating the new symlink.

I've also added a check so that it doesn't even start flattening after an install if there were no changes.

zkochan commented 6 years ago

:ship: 1.35.0