Я пытаюсь добавить Nativescript в существующий проект Angular 8.2.11, созданный с использованием SCSS. Добавление @ nativescript / schematics приводит к ошибке.
При установке в проекте на основе CSS ошибка не выдается.
Я пытаюсь добавить Nativescript в существующий Angular 8.2. 11 проект. Я получаю ошибку. Я могу воспроизвести его в новом проекте, выполнив следующие действия:
> ng new ang-ns
Angular routing: y
Stylesheets: scss
> ng serve [serves web correctly]
> ng add @nativescript/schematics
...
...
Failed to find generated component file /auto-generated.component.css. Please contact the @nativescript/schematics author.
> ng add @nativescript/schematics --style=scss
...
...
Failed to find generated component file /auto-generated.component.css. Please contact the @nativescript/schematics author.
Есть предложения?