Skip to content

How do I understand Node's module resolution in pnpm? #8347

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

You must be logged in to vote

It doesn't ignore symlinks when searching for dependencies. It will resolve a dependency from a symlink. But the location of the resolved dependency won't be the symlink but the directory that the symlink points to.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ominus3
Comment options

Answer selected by ominus3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants