Skip to content

there is a node_modules folder under the .pnpm folder, What is the purpose of this node_modules #4987

Answered by zkochan
smallwebbird asked this question in Q&A
Discussion options

You must be logged in to vote

Some dependencies are broken, they use packages that are not in their dependencies, so we create a hoisted node_modules at node_modules/.pnpm/node_modules. You can control what package are hoisted there with the hoist-pettern setting.

Replies: 3 comments

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Answer selected by smallwebbird
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants