pnpm version:
0.29.1
Code to reproduce the issue:
npm install
ls ./node_modules
pnpm install
ls ./node_modules
You can see that the difference in expansion of the modules.
Expected behavior:
Should be exactly the same
Actual behavior:
The transitive behavior of pnpm which mirrors an older npm version.
Additional information:
The issue that lead me to check that phenomena is that gulp, used in a specific way (requiring from a module) will not work with an older version (< 3) of npm. So for now, I can either use pnpm or gulp
pnpm version:
0.29.1
Code to reproduce the issue:
npm install
ls ./node_modules
pnpm install
ls ./node_modules
You can see that the difference in expansion of the modules.
Expected behavior:
Should be exactly the same
Actual behavior:
The transitive behavior of pnpm which mirrors an older npm version.
Additional information:
The issue that lead me to check that phenomena is that gulp, used in a specific way (requiring from a module) will not work with an older version (< 3) of npm. So for now, I can either use pnpm or gulp