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

Fixing --preserve-symlinks. Enhancing node to exploit. #192

Closed ghost closed 7 years ago

ghost commented 7 years ago

To all package managers, npm, yarn, ied, pnpm

Are Symlinks The Problem?

One day long ago, a version of node was released that purported to support symlinking of module directories. Its implementation was flawed. It offered no way to turn the "support" off. And thus the ecosystem proclaimed symlinks to be "a very bad thing", best avoided in practice, choosing to believe they could never possibly work well with, let alone actually improve node.

This simple issue at nodejs/node challenges that by:

To access a fork/branch with fixes, and to learn a little more about why and how, please visit the issue at nodejs/node. If you see the value, please offer your resolute support.