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
# By default, pnpm creates a semistrict node_modules, meaning dependencies have access to undeclared dependencies but modules outside of node_modules do not.
# With this layout, most of the packages in the ecosystem work with no issues.
# However, if some tooling only works when the hoisted dependencies are in the root of node_modules,