Closed holmrenser closed 6 years ago
In the current setup lerna cannot be installed using npm install because preinstall is using it. Additionally lerna.json was missing the "useWorkspaces": true option.
npm install
"useWorkspaces": true
released a new version with these changes.. thanks again.
In the current setup lerna cannot be installed using
npm install
because preinstall is using it. Additionally lerna.json was missing the"useWorkspaces": true
option.