Closed nerudaj closed 7 years ago
This happens when your global version of Angular-cli is different from the version which is installed in given project. Just upgrade your Angular-cli and all is fine.
npm install @angular/cli@latest -g
To be extra safe you should remove and install again whole node_modules
.
move-modules branch throws following warning when ng serve is run:
Is it safe to use typescript 2.5.2?