(SystemJS) XHR error @angular/commobundles/common.umd.js/http not found
问题 I am making a simple http request in my application. I am using Angular 2 Quickstart and updating all my angular packages to 4.3.4 This is my package.json { "name": "angular-quickstart", "version": "1.0.0", "description": "QuickStart package.json from the documentation, supplemented with testing support", "scripts": { "build": "tsc -p src/", "build:watch": "tsc -p src/ -w", "build:e2e": "tsc -p e2e/", "serve": "lite-server -c=bs-config.json", "serve:e2e": "lite-server -c=bs-config.e2e.json",