How to fix Cannot find module ‘typescript’ in Angular 4?

I was able to solve this problem by removing node_modules then running npm install

Leave a Comment