ข้อผิดพลาด TS1086: ผู้เข้าถึงไม่สามารถประกาศในบริบทโดยรอบใน Angular 9


25

ฉันกำลังเรียนรู้วัสดุเชิงมุมและฉันได้รับข้อผิดพลาดนี้เมื่อนำเข้า {MatButtonModule} จาก "@ angular / material / button"

จากสิ่งที่ฉันอ่านในคำตอบอื่น ๆ ดูเหมือนว่าปัญหาความเข้ากันได้ของแพ็คเกจ แต่ฉันไม่สามารถแก้ไขได้

นี่คือข้อผิดพลาดแบบเต็ม

ERROR in node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(29,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(30,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(128,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(129,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(134,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(135,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/key-manager/list-key-manager.d.ts(96,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/key-manager/list-key-manager.d.ts(98,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/live-announcer/live-announcer.d.ts(69,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/a11y/live-announcer/live-announcer.d.ts(70,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/observers/observe-content.d.ts(62,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/observers/observe-content.d.ts(63,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/observers/observe-content.d.ts(66,9): error TS1086: An accessor cannot be declared in an ambient context.
    node_modules/@angular/cdk/observers/observe-content.d.ts(67,9): error TS1086: An accessor cannot be declared in an ambient context.

นี่คือ package.json ของฉัน

"name": "football",
  "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": "~8.2.14",
    "@angular/cdk": "^9.0.0",
    "@angular/common": "~8.2.14",
    "@angular/compiler": "~8.2.14",
    "@angular/core": "~8.2.14",
    "@angular/forms": "~8.2.14",
    "@angular/material": "8.2.3",
    "@angular/platform-browser": "~8.2.14",
    "@angular/platform-browser-dynamic": "~8.2.14",
    "@angular/router": "~8.2.14",
    "hammerjs": "^2.0.8",
    "rxjs": "~6.4.0",
    "tslib": "^1.10.0",
    "zone.js": "~0.9.1"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.803.21",
    "@angular/cli": "~8.3.21",
    "@angular/compiler-cli": "~8.2.14",
    "@angular/language-service": "~8.2.14",
    "@types/node": "~8.9.4",
    "@types/jasmine": "~3.3.8",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "^5.0.0",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.1.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "^1.4.0",
    "protractor": "~5.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~5.15.0",
    "typescript": "~3.5.3"
  }
}

คำตอบ:


40

ตาม package.json ของคุณคุณกำลังใช้ Angular 8.3 แต่คุณได้นำเข้า angular / cdk v9 คุณสามารถปรับลดรุ่นเชิงมุม / cdk ของคุณหรือคุณสามารถอัพเกรดรุ่นเชิงมุมของคุณเป็น v9 โดยการเรียกใช้:

ng update @angular/core @angular/cli

ที่จะอัปเดตเวอร์ชันเชิงมุมในเครื่องของคุณเป็น 9 จากนั้นเพียงซิงค์วัสดุให้เรียกใช้: ng update @angular/material


ขอขอบคุณฉันพบปัญหานี้เมื่อฉันติดตั้ง angular flex ซึ่งติดตั้งรุ่นล่าสุดโดยอัตโนมัติ (รุ่นที่ 9 ในกรณีของฉัน) แต่ฉันทำงานกับ angular 8 การแก้ไขเวอร์ชันแก้ไขปัญหา
A_J

@ Kyler johnson ฉันจะลดระดับ angular / cdk ได้อย่างไร
mdkamrul

1
@mdkamrul คุณสามารถปรับลดรุ่นได้ด้วยการทำงานnpm i @angular/core@8 @angular/cli@8 @angular/material@8สมมติว่าคุณใช้เวอร์ชัน 8 บางครั้ง package.json และ package-lock.json ของคุณจะไม่ซิงค์และโครงการของคุณจะใช้สิ่งที่อยู่ในไฟล์ package-lock.json ดังนั้นตอนนี้วิ่งnpm iไปซิงค์พวกเขา หากคุณยังพบปัญหาหลังจากนั้นnpm ciให้ทำการติดตั้งการอ้างอิงของคุณให้สะอาดหมดจด
Kyler Johnson

ฉันต้องใช้ng update @angular/cli @angular/core --forceเพราะแพ็คเกจนี้เข้ากันไม่ได้และคุณไม่สามารถสลับเป็นอย่างอื่นได้
ทดสอบ

0

ก่อนอื่นโปรดเช็คอินmodule.tsไฟล์ว่า@NgModuleคุณสมบัติทั้งหมดมีเพียงครั้งเดียว หากมีมากกว่าหนึ่งครั้งข้อผิดพลาดนี้ก็จะเกิดขึ้นเช่นกัน เพราะฉันยังเกิดข้อผิดพลาดนี้ แต่ในคุณสมบัติmodule.tsไฟล์entryComponentsสองครั้งนั่นคือสาเหตุที่ฉันได้รับข้อผิดพลาดนี้ ฉันได้รับการแก้ไขข้อผิดพลาดนี้โดยการลบครั้งเดียวจากentryComponents @NgModuleดังนั้นฉันขอแนะนำให้คุณตรวจสอบอย่างถูกต้องก่อน

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.