I\'m brand new to Angular 2 and attempting to follow along with a video tutorial I found. Despite following all of the steps, Angular just won\'t work; I get the following e
Try to remove node_modules rm -rf node_modules and package-lock.json rm -rf package-lock.json, after that run npm install.
rm -rf node_modules
rm -rf package-lock.json
npm install