Angular экспорт не найден - PullRequest
0 голосов
/ 09 июля 2020

Здравствуйте, я обновил свои angular dependencys. Теперь я получаю следующие ошибки.

ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/platform-browser/__ivy_ngcc__/fesm2015/platform-browser.js 4409:15-24
"export 'ɵAPP_ROOT' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 3530:4-16
"export 'ɵLOCALE_DATA' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 3532:8-20
"export 'ɵLOCALE_DATA' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/platform-browser/__ivy_ngcc__/fesm2015/platform-browser.js 4218:23-38
"export 'ɵ_sanitizeStyle' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 7351:12-27
"export 'ɵlooseIdentical' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 4381:8-23
"export 'ɵɵallocHostVars' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 4382:8-17
"export 'ɵɵstyling' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 6167:8-17
"export 'ɵɵstyling' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 4386:8-22
"export 'ɵɵstylingApply' was not found in '@angular/core'
ERROR in D:/AffiliateShop/angular8-springboot-client/node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js 6171:8-22
"export 'ɵɵstylingApply' was not found in '@angular/core'
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **

Это мой пакет. json

{
  "name": "angular-wiegmann",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "~10.0.3",
    "@angular/cdk": "^9.0.1",
    "@angular/common": "~10.0.3",
    "@angular/compiler": "~10.0.3",
    "@angular/core": "~10.0.3",
    "@angular/forms": "~10.0.3",
    "@angular/localize": "~10.0.3",
    "@angular/material": "^10.0.1",
    "@angular/platform-browser": "~10.0.3",
    "@angular/platform-browser-dynamic": "~10.0.3",
    "@angular/router": "~10.0.3",
    "@fortawesome/fontawesome-free": "^5.13.1",
    "@fullcalendar/core": "^5.1.0",
    "@fullcalendar/daygrid": "^5.1.0",
    "@ng-bootstrap/ng-bootstrap": "^7.0.0",
    "@types/chart.js": "^2.9.22",
    "angular-bootstrap-md": "^9.3.1",
    "animate.css": "^4.1.0",
    "bootstrap": "^4.4.0",
    "chart.js": "^2.9.3",
    "font-awesome": "^4.7.0",
    "hammerjs": "^2.0.8",
    "mdbootstrap": "^4.19.1",
    "ng-material-multilevel-menu": "^4.12.2",
    "ng-quill": "^4.5.3",
    "primeicons": "^4.0.0",
    "primeng": "^9.1.3",
    "quill": "^1.3.7",
    "rxjs": "~6.6.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.2"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.1000.1",
    "@angular/cli": "~10.0.1",
    "@angular/compiler-cli": "~10.0.3",
    "@types/node": "^14.0.20",
    "@types/jasmine": "~3.5.0",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "^6.0.0",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~5.0.0",
    "karma": "~5.0.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-jasmine": "~3.3.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "protractor": "~7.0.0",
    "ts-node": "~8.10.2",
    "tslint": "~6.1.0",
    "typescript": "~3.9.6"
  }
}

Какая ошибка вызвала эту проблему. Это происходит после того, как я сделал npm обновление всех компонентов. Я не знаю, в чем причина этой проблемы. Сейчас я использую Angular 10 и cdk 9. Теперь мое приложение больше не запускается.

1 Ответ

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

Как вы обновляли свои зависимости?

Вам нужно будет сделать ng update @angular/core @angular/cli, чтобы обновить все Angular основные зависимости.

Кроме того, я думаю, вы столкнулись с проблемой потому что существует несоответствие основной версии между @angular/cdk и @angular/material

Чтобы избежать такого сценария ios, всегда используйте схемы angular и выполняйте :: ng update @angular/material

ng update @angular/material обновит как cdk, так и material, обеспечивая совместимость.

Пожалуйста, следуйте инструкциям, приведенным на странице Angular рекомендации по обновлению для получения дополнительной информации.

...