alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Breaking changes in store spec #193

Closed zkochan closed 7 years ago

zkochan commented 7 years ago

I realized that a machine store cannot contain the node_modules folders and the relationships between packages, because they may differ in different projects that are using the store.

alexanderGugel commented 7 years ago

This looks great! Sorry for not having a look earlier.

zkochan commented 7 years ago

Thanks! I worked on a PR to pnpm that uses such a pure store: https://github.com/rstacruz/pnpm/pull/524

It is a very exciting concept!