我正在尝试让 scullyio 开发一个真正的基本 ng 新版本。开箱即用的骨架。步骤如下——
安装了@angular/cli。
Ran ng new scully
Ran ng build --prod
Ran 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
提前致谢,
亲切的问候,
布雷塔