'从5升级到Angular 6后,无法读取未定义的属性'原型'

时间:2018-05-24 11:31:01

标签: angular angular-cli

更新到@ angular / cli:6.0.3和@angular:6.0.3

之后

我的应用程序未在浏览器上呈现:

Uncaught TypeError: Cannot read property 'prototype' of undefined
    at inherits (inherits_browser.js:5)
    at Object../node_modules/hash-base/index.js (index.js:23)
    at __webpack_require__ (bootstrap:76)

我对package.json的依赖是:

  "dependencies": {
    "@angular/animations": "^6.0.3",
    "@angular/cdk": "^6.0.3",
    "@angular/common": "^6.0.3",
    "@angular/compiler": "^6.0.3",
    "@angular/core": "^6.0.3",
    "@angular/forms": "^6.0.3",
    "@angular/http": "^6.0.3",
    "@angular/material": "^6.0.3",
    "@angular/platform-browser": "^6.0.3",
    "@angular/platform-browser-dynamic": "^6.0.3",
    "@angular/router": "^6.0.3",
    "browser-sync":"^2.24.4",
    "classlist.js": "^1.1.20150312",
    "core-js": "^2.5.4",
    "jszip": "^3.1.5",
    "primeng": "^5.2.7",
    "rxjs": "^6.0",
    "rxjs-compat": "^6.1.0",
    "sax": "^1.2.4",
    "stream": "0.0.2",
    "timers": "^0.1.1",
    "vm": "^0.1.0",
    "web-animations-js": "^2.3.1",
    "xml2js": "0.4.19",
    "xml2js-es6-promise": "1.1.1",
    "zone.js": "^0.8.26"   },

0 个答案:

没有答案
相关问题