基本角度

问题描述

我正在尝试让 scullyio 进行真正的基本 ng 新构建。开箱即用的骨架。步骤如下-

安装@angular/cli。
跑新 scully
运行构建 --prod
跑 npm run scully

但不断得到:

> scully@0.0.0 scully
> npx scully --

logging with severity "warning"
using plugins from folder "./scully"
Typescript error while compiling plugins. the error is:
error TS5042: Option 'project' cannot be mixed with source files on a command line.

undefined

这里是我的几乎所有版本 - 我很早就用@PWA 尝试过,但这没有带来任何运气,所以我没有重新开始。

NPM: 7.10.0
Angular CLI: 11.2.9
Node: 15.14.0
OS: win32 x64

Angular: 11.2.10
... animations,common,compiler,compiler-cli,core,forms
... platform-browser,platform-browser-dynamic,router
Ivy Workspace: Yes

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1102.9
@angular-devkit/build-angular   0.1102.9
@angular-devkit/core            11.2.9
@angular-devkit/schematics      11.2.9
@angular/cli                    11.2.9
@schematics/angular             11.2.9
@schematics/update              0.1102.9
rxjs                            6.6.7
typescript                      4.1.5

提前致谢,

亲切的问候,

布雷塔

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...