Revisiting Node modules
See how you can entirely avoid the node_modules hell.
Yarn recently unveiled a new exciting work based on an alternative installation strategy: Plug'n'Play. By using it, one can avoid entirely the node_modules hell. Maël discusses why we should do that, and how.