@Mariik

Почему не срабатывает сборка в Angula?

Привет.

У меня на проекте решили обновиться с ангуляра 4.3 на ангуляр 5.2 Сразу после этого ангуляр начал жаловаться

ERROR in ./node_modules/@bluebamboo/common-ui/index.ts
Module build failed: Error: D:\src_angular\admin\node_modules\@bluebamboo\common-ui\index.ts is missing from the TypeScript compilation. Please make sure it is in you
r tsconfig via the 'files' or 'include' property.
The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the
library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv).
    at AngularCompilerPlugin.getCompiledFile (D:\src_angular\admin\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:663:23)
    at plugin.done.then (D:\src_angular\admin\node_modules\@ngtools\webpack\src\loader.js:467:39)
    at process._tickCallback (internal/process/next_tick.js:109:7)
 @ ./src/app/app.module.ts 48:18-50
 @ ./src/main.ts
 @ multi webpack-dev-server/client?http://0.0.0.0:0 ./src/main.ts
что внешняя библиотека мол не часть компиляции. Есть какието идеи, может кто-то с таким уже сталкивался?
  • Вопрос задан
  • 141 просмотр
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы