Cannot find module '@angular-devkit/core'


I was trying to run  ng g app myApp and hit this error message :-

The solution is to run the following command. Please note that this happens regardless of what angular/cli version you're using from 1.6.x to 6.x.x


 npm i -D @angular-devkit/core

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm