So, I've broken my local installation after install moment plugin. This Momento plugin
After this installation, when I put command ng serve
to running project, the return by the console is:
Cannot determine versions of "@angular/cli". This likely means your local installation is broken. Please reinstall your packages.
I've followed this: Could not find module "@angular-devkit/build-angular" but nothing.
So, I've tried to reinstall angular, but nothing, I've tried to run npm update but nothing... I don't know how to fix this, and I need to work.
Also, tried to re-checkout by git, but nothing.
The project was born in Angular 7 with Material. How can fix this?