You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you may see, even though the graph is deeper now (`foo > bar > qar`), the
@@ -117,4 +117,8 @@ dependencies are accessible. With a flattened `node_modules` structure, all
117
117
hoisted packages are accessible. To read more about why this is an advantage,
118
118
see "[pnpm's strictness helps to avoid silly bugs][bugs]"
119
119
120
+
Unfortunately, many packages in the ecosystem are broken — they use dependencies that are not listed in their `package.json`. To minimize the number of issues new users encounter, pnpm hoists all dependencies by default into `node_modules/.pnpm/node_modules`. To disable this hoisting, set [hoist] to `false`.
0 commit comments