This is my package.json:
"dependencies": {
"@angular/common": "~6.0.0",
"@angular/compiler": "~6.0.0",
"@angular/core": "~6.0.0",
"@angular/forms": "~6.0.0",
"@angular/http": "~6.0.0",
"@angular/platform-browser": "~6.0.0",
"@angular/platform-browser-dynamic": "~6.0.0",
"@angular/router": "~6.0.0",
"angular-in-memory-web-api": "~0.6.0",
"core-js": "^2.5.4",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},
Bootstrapping is throwing the following error:
zone.js:1050 GET http://localhost:50803/node_modules/rxjs/operators.js 404 (Not Found)
Error: Fetch error: 404 Not Found
Instantiating http://localhost:50803/node_modules/rxjs/operators.js
Loading http://localhost:50803/node_modules/@angular/core/bundles/core.umd.js
Loading app/main.js
at fetch.js:37
at ZoneDelegate.invoke (zone.js:388)
at Zone.run (zone.js:138)
at zone.js:872
at ZoneDelegate.invokeTask (zone.js:421)
at Zone.runTask (zone.js:188)
at drainMicroTaskQueue..GET http://localhost:50803/node_modules/rxjs/ 403 (Forbidden)
Any idea what's wrong or how this can be fixed?