TypeError: прототип объекта может быть только Object или null: undefined Angular - PullRequest
0 голосов
/ 09 июля 2020

Я пытаюсь запустить свое веб-приложение с помощью ng serve, получаю эту ошибку. Не могу понять почему.

Я не совсем уверен, о чем мне говорит ошибка. Я попытался обновить все зависимости. Я просмотрел почти все решения похожих вопросов, и они не сработали. Я не могу сказать, является ли это ошибкой компилятора, машинописным текстом или ошибкой зависимости.

[error] TypeError: прототип объекта может быть только Object или null: undefined в setPrototypeOf () в Object .__ extends (C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ node_modules \ tslib \ tslib. js: 68: 9) в C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ template. js: 118: 17 в C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ template. js: 325: 6 в C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ template. js: 3:17 в Object. (C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ template. js: 9: 3) в Module._compile (internal / modules /cjs/loader.js:1138:30) в Object.Module._extensions .. js (internal / modules / cjs / loader. js: 1158: 10) в Module.load (internal / modules / cjs / loader. js: 986: 32) в Function.Module._load (internal / modules / cjs / loader. js: 879: 14) в Module.require (internal / modules / cjs / loader. * 1034. *: 1026: 19) при необходимости (internal / modules / cjs / helpers. js: 72: 18) при C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ transform. js: 21: 22 в C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ transform. js: 10:17 на Объекте. (C: \ Users \ 9090 \ Documents \ project \ FR \ node_modules@angular \ compiler-cli \ src \ ngtsc \ indexer \ src \ transform. js: 16: 3) в Module._compile (internal / modules /cjs/loader.js:1138:30)

Мой пакет. json:

    {
  "name": "Client",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build --prod",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@agm/core": "^1.1.0",
    "@angular-devkit/core": "^10.0.1",
    "@angular-devkit/schematics": "^10.0.1",
    "@angular/animations": "^8.2.14",
    "@angular/cdk": "^7.3.7",
    "@angular/common": "^8.0.3",
    "@angular/compiler": "^8.0.3",
    "@angular/core": "^10.0.3",
    "@angular/forms": "^8.0.3",
    "@angular/material": "^7.3.7",
    "@angular/platform-browser": "^8.0.3",
    "@angular/platform-browser-dynamic": "^8.0.3",
    "@angular/router": "^8.0.3",
    "@fullcalendar/core": "^4.2.0",
    "@fullcalendar/daygrid": "^4.2.0",
    "@fullcalendar/interaction": "^4.2.0",
    "@fullcalendar/timegrid": "^4.2.0",
    "acorn": "^6.4.1",
    "agm-direction": "^0.7.9",
    "angular-fusioncharts": "^3.0.4",
    "bootstrap": "^4.4.1",
    "chart.js": "^2.8.0",
    "core-js": "^2.4.1",
    "events": "^3.0.0",
    "font-awesome": "^4.7.0",
    "fullcalendar": "^3.10.0",
    "hammerjs": "^2.0.8",
    "install": "^0.12.2",
    "jquery": "^3.5.1",
    "popper.js": "^1.12.9",
    "primeicons": "^1.0.0",
    "primeng": "^8.1.1",
    "quill": "^1.3.7",
    "rxjs": "^6.5.2",
    "rxjs-compat": "^6.0.0-rc.0",
    "save": "^2.4.0",
    "sweetalert": "^2.1.2",
    "sweetalert2": "^9.5.3",
    "tslib": "^1.9.0",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.1000.1",
    "@angular/cli": "^10.0.1",
    "@angular/compiler-cli": "^10.0.3",
    "@angular/language-service": "^8.0.3",
    "@types/jasmine": "~2.8.3",
    "@types/jasminewd2": "~2.0.2",
    "@types/node": "^6.0.118",
    "codelyzer": "^5.0.1",
    "jasmine-core": "~2.8.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "^5.1.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "^1.2.1",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "^7.0.0",
    "ts-node": "~4.1.0",
    "tslint": "~5.9.1",
    "typescript": "~3.4.5"
  }
}

Ответы [ 3 ]

0 голосов
/ 09 июля 2020

сначала проверьте все устаревшие модули узлов, используя следующую команду в папке вашего проекта:

npm outdated

Устаревшая команда перечислит все пакеты, которые не обновлены

есть любые устаревшие, затем обновите их с помощью команды

npm update --save/--save-dev
0 голосов
/ 09 июля 2020

Пожалуйста, обновите остальные зависимости. Например машинописный текст довольно устарел. Попробуйте обновить такие пакеты, как «rx js»: «6.6.0», «typescript»: «^ 3.9.6» et c.

0 голосов
/ 09 июля 2020

Я не думаю, что разные основные версии angular пакета будут работать вместе должным образом. Попробуйте обновить все пакеты angular до одной и той же основной версии. В WebStorm вы используете выделение синтаксиса для сбора последних версий.

И попробуйте следующее в папке вашего проекта:

ng update

Это покажет вам, что именно нужно обновить.

...