pnpm / supi

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

fix: too long folder names in node_modules #31

Closed zkochan closed 6 years ago

zkochan commented 6 years ago

If a package has many peer dependencies, it can be placed in a folder with a very long name. This change hashes folder names that are longer than 32 symbols.

SEMI-BREAKING:

The structure of node_modules might change in some projects after a clean install.

ref https://github.com/pnpm/pnpm/issues/977