作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这个问题可能看起来很愚蠢,但就像两周前一样,我安装它没有问题。
现在它看起来像这样:
ng 添加@ngx-formly/schematics --ui-theme=material
我尝试在 Material 和 cdk 模块之后/之前安装它,但结果是一样的。
我还尝试安装所有单独的正式模块(基于我之前创建的项目),但出现此错误:
The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.
我也尝试删除 Node 模块和 yarn.lock 并再次初始化它,但它仍然不起作用。
ng add @ngx-formly/schematics --ui-theme=material
我明白了:
An unhandled exception occurred: Cannot find module '@schematics/angular/utility/config'
Require stack:
- /home/wiktor/angular-material-template/node_modules/@ngx-formly/schematics/utils/ast.js
- /home/wiktor/angular-material-template/node_modules/@ngx-formly/schematics/src/ng-add/index.js
- /home/wiktor/angular-material-template/node_modules/@angular-devkit/schematics/tools/export-ref.js
- /home/wiktor/angular-material-template/node_modules/@angular-devkit/schematics/tools/index.js
- /home/wiktor/angular-material-template/node_modules/@angular/cli/utilities/json-schema.js
- /home/wiktor/angular-material-template/node_modules/@angular/cli/models/command-runner.js
- /home/wiktor/angular-material-template/node_modules/@angular/cli/lib/cli/index.js
- /usr/lib/node_modules/@angular/cli/lib/init.js
- /usr/lib/node_modules/@angular/cli/bin/ng
See "/tmp/ng-rRKl9j/angular-errors.log" for further details.
最佳答案
好的,我找到了解决方案。我不得不将 Angular 原理图降级到以前的版本(为了安全起见,我降级了两个版本):
npm uninstall @schematics/angular
npm install @schematics/angular@9.1.0
因此,形式上的原理图与 angular 11 原理图不兼容。
关于node.js - 无法正式安装 "Cannot read property ' 种'未定义',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65894531/
我正在使用bootstrap templates与 angular-formly我想将 addonsLeft.text 绑定(bind)到模型,以便一旦选择选项发生更改,它就会动态更改。 这是输入的样
我正在尝试以 mm/dd/yyyy 格式向我的列添加一天,但它为我提供了 newdate 的空输出 日期1 = 27/03/2019 SELECT date1,DATE_ADD(CONCAT(date
我是一名优秀的程序员,十分优秀!