When cloning the project and running npm install, packages are installed as expected, but as the postintall script run lerna bootstrap, this fails due some packages conflicts during the installtion of the packages versions in each project.
The fix is to remove package-lock files and run npm install to generate new lock files. After this, you can run npm install and start without errors.
When cloning the project and running npm install, packages are installed as expected, but as the postintall script run lerna bootstrap, this fails due some packages conflicts during the installtion of the packages versions in each project.
The fix is to remove package-lock files and run npm install to generate new lock files. After this, you can run npm install and start without errors.