pnpm: pnpm won't worked with node-newrelic.
pnpm version:
pnpm 0.39.0 (but I think all versions of pnpm.)
Code to reproduce the issue:
- Install packages with pnpm (
$ pnpm install
) - Launch node app with node-newrelic.
Expected behavior:
- Successfully launched within seconds.
Actual behavior:
- node-newrelic try to walk-through all
node_module
packages- But fell down to the symbolic hell (which well-gardened by pnpm), and It won’t return.
Bypass way:
- Launch with
NEW_RELIC_ENABLED=false
Additional information:
npm 3.10.3 Node v6.7.0 OSX El Capitan 10.11.6
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (10 by maintainers)
@AilisObrian this is solved in v0.51.1. It has a structural change in node_modules that completely avoids circular symlinks.
I think this might be related to the pnpm install doesn’t get the job done when node_modules is cached by Travis CI. Seems like pnpm has some circular linking…