31
loading...
This website collects cookies to deliver better user experience
node_modules
isn't in that list. Nx doesn't care whether your repo has multiple node_modules folders or not, and whether you choose to dedup them or not. If you want to use Lerna to dedup node_modules
in your Nx workspace, you can do it. Many companies do.@nrwl/node
) that help you bundle and package your modules.add-nx-to-monorepo
script generates the following per project:"header": { "type": "library", "root": "packages/header" }