Angular 8 Enable Ivy Error - значение в позиции 0 в NgModule.importss FirebaseModule не является ссылкой: [object Object] - PullRequest
2 голосов
/ 13 июня 2019

У меня есть репозиторий в github, который вы можете увидеть здесь , и я пытаюсь включить плющ, но пока безуспешно.

Отображаемая ошибка:

ERROR in src/app/shared/modules/firebase.module.ts(7,12): error TS-991010: Value at position 0 in the NgModule.importss of FirebaseModule is not a reference: [object Object]
node_modules/@ismaestro/ngx-scroll-to-first-invalid/ngx-scroll-to-first-invalid.module.d.ts(1,22): error TS-996002: Appears in the NgModule.imports of SharedModule, but could not be resolved to an NgModule class
node_modules/@ismaestro/ngx-scroll-to-first-invalid/ngx-scroll-to-first-invalid.module.d.ts(1,22): error TS-996003: Appears in the NgModule.exports of SharedModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class
src/app/shared/shared.module.ts(58,14): error TS-996002: Appears in the NgModule.imports of HeroesModule, but itself has errors
src/app/shared/modules/firebase.module.ts(18,14): error TS-996002: Appears in the NgModule.imports of AppBrowserModule, but could not be resolved to an NgModule class
src/app/shared/shared.module.ts(58,14): error TS-996002: Appears in the     NgModule.imports of AppBrowserModule, but itself has errors
src/app/app.browser.module.ts(71,14): error TS-996002: Appears in the     NgModule.imports of AppServerModule, but itself has errors

Шаги для воспроизведения:

  1. Клонирование репо: https://github.com/Ismaestro/angular8-example-app.git.
  2. В этом файле tsconfig.browser.ts включить Ivyвот так:

    "angularCompilerOptions": {
       "enableIvy": true
    }
    
  3. Запуск:

    npm i
    npm start
    

Понятия не имею, что делать ...: D

Спасибо !!

Исма

1 Ответ

0 голосов
/ 04 июля 2019

Обновление зависимости пакета от ядра до @next (8.2.0-next.0) решает проблему.

...