These red squiggly lines say cannot find module \'angular2/core\',cannot find module \'angular2/router\',cannot find module \'angula
This is an Interesting issue, apart from the reasons and solution mentioned above, one can get this error on following scenarios.
NPM (Node Package Manager) is not installed on the machine
Fix: Install NPM from https://nodejs.org/en/
If you are still getting this error after Installing NPM, there could be NPM configuration issue. Refer to this article to setup NPM configuration properly