angular-klingon / klingon

Angular Klingon: The UI companion for the @angular/cli
https://angular.run
MIT License
188 stars 19 forks source link

lerna bootstrap fail due package-lock.json files #52

Closed alejandrocoding closed 6 years ago

alejandrocoding commented 6 years ago

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.

alejandrocoding commented 6 years ago

I can take care of this