Is it possible to install package locally in a workspace #6126
-
I have a problem with turborepo because i need to install a package as a local dependency that will install 5he package in a workspace node_modules and not in the root node_modules of the monorepo. Is that even possible and if it is can someone please help me how can i achieve this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is your package manager's job. Depending on which package manager you are using, your package manager's configuration, and your dependency tree, your dependencies may be installed in differing locations. So, altogether, out of scope for Turborepo! Happy to help out still, though. I'm interested to know why your requirements are that the dependency must be installed in the package? |
Beta Was this translation helpful? Give feedback.
This is your package manager's job. Depending on which package manager you are using, your package manager's configuration, and your dependency tree, your dependencies may be installed in differing locations. So, altogether, out of scope for Turborepo!
Happy to help out still, though. I'm interested to know why your requirements are that the dependency must be installed in the package?