mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
From Node.js v7.1.0 it is possible to set the NODE_PRESERVE_SYMLINKS environment variable to 1 to make Node preserve symlinks. To leverage this new feature, before passing through to `npm run`, pnpm sets PRESERVE_SYMLINKS to 1. Ref #463