We\'re in the process of migrating our monorepo to use Lerna.
Lerna supports both NPM and Yarn and furthermore allows configuration of use with Yarn workspaces. It\'s un
After some investigation, I've found the following differences:
package-lock.json
file for each package where using Yarn only creates one in the root of the project.