Getting :- Cannot find module '@angular-devkit/core'

Such as shocker to get this after relocating my folder. What the heck is going on, I didn't even change my code?


It is pretty clear that we have a module issue, which can simply be fixed using

npm install @angular-devkit/core --save-dev



Comments

Popular posts from this blog

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