Seems to be an issue with imports referencing ‘@angular/core’. I updated Angular using “npm update angular2 --save”, no change. VS Code reports TS error with lines like:
import { Component, ViewChild } from ‘@angular/core’;
Turns out I was on the right track in my own debugging… however, I had already tried to update npm but somehow it is failing to update properly. I am stuck at npm version 2.5.1. However, I figure that Node itself is out of date – so I will try to update that, update npm, and report back.
Yep – I just got it working myself. Had to uninstall and clean my old node version (Windows), reinstall, and then rebuild the sass module. Also had to start a new project, the one i previously built didn’t work. But now I’m up and running, and old projects are working as well.