-
For reasons like convenience, design, or special cases (like setting up a shared folder containing the JS dependencies), would be nice to be able to specify the node_modules folder location locally to the project, and not globally. For example, you can achieve easily this in composer writing |
Beta Was this translation helpful? Give feedback.
Answered by
ljharb
Oct 25, 2020
Replies: 1 comment 3 replies
-
That would break any tooling that expects |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bakeiro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would break any tooling that expects
node_modules
to be there, including anything that does module resolution (linters, bundlers, etc) - that doesn't feel very convenient to me.