Tag: NodeJS
-
Use nohoist for Yarn Workspace in Monorepo
We have some mono repos containing a couple of Lambda NodeJS packages. As the repo is configured to use yarn workspace. When we run, yarn install by default node_modules are saved in the root directory of the repo. In our use case, we must save the node_modules in each package directory. For that, we can…