简体   繁体   English

架构验证失败并出现以下错误:数据路径“”不能有其他属性(inlineStyleLanguage)

[英]Schema validation failed with the following errors: Data path "" must NOT have additional properties(inlineStyleLanguage)

After installing ngx-google-analitics on my angular 12 webapp, my app doesn't compile anymore dropping the following error:在我的 angular 12 webapp 上安装 ngx-google-analitics 后,我的应用程序不再编译,出现以下错误:

Schema validation failed with the following errors: Data path "" must NOT have additional properties(inlineStyleLanguage).架构验证失败并出现以下错误:数据路径“”不能有其他属性(inlineStyleLanguage)。

Tried updating local npm and ng and global too plus CLI and nothing.尝试更新本地 npm 和 ng 和 global 以及 CLI,什么也没有。 Could you friends help me, please?: :-)请各位朋友帮帮我好吗?:-)

I had the same problem that I could resolve by using this command:我有同样的问题,我可以通过使用这个命令来解决:

ng update @angular-devkit/build-angular ng 更新@angular-devkit/build-angular

Hope that's help you:)希望对你有帮助:)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Error: Schema validation failed with the following errors: Data path "" should NOT have additional properties(project) - Error: Schema validation failed with the following errors: Data path "" should NOT have additional properties(project) Angular 架构验证失败并出现以下错误:数据路径“”不应具有其他属性(rebaseRootRelativeCssUrls - Angular Schema validation failed with the following errors: Data path “” should NOT have additional properties(rebaseRootRelativeCssUrls Angular 13 迁移:架构验证失败并出现以下错误:数据路径“/错误”必须是字符串 - Angular 13 migration : Schema validation failed with the following errors: Data path "/error" must be string 架构验证失败并出现以下错误:数据路径“.builders['app-shell']”应该具有必需的属性“class” - Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class' 架构验证失败并出现以下错误:数据路径“”应该具有必需的属性“tsConfig” - Schema validation failed with the following errors: Data path "" should have required property 'tsConfig' 离子问题:[ng]Schema 验证失败,出现以下错误:[ng]Data path".builders['app-shell']"should have required property 'class' - Ionic problem: [ng]Schema validation failed with the following errors:[ng]Data path".builders['app-shell']"should have required property 'class' “架构验证失败,出现以下错误:数据路径“”在运行“ng 测试”时应该具有必需的属性“karmaConfig”错误 - angular - "Schema validation failed with the following errors: Data path "" should have required property 'karmaConfig' error on running "ng test" - angular 无法构建 APP - 架构验证失败并出现以下错误:数据路径“.builders['cordova-build']”应该具有必需的属性“class” - Unable to build APP - Schema validation failed with the following errors: Data path ".builders['cordova-build']" should have required property 'class' 错误:架构验证失败,出现以下错误:数据路径“.builders['app-shell']”应该具有必需的属性“class” - Error: Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class' 配置与所需架构不匹配:数据路径“/lib”不得具有其他属性 (umdModuleIds) - Configuration doesn't match the required schema: Data path "/lib" must NOT have additional properties (umdModuleIds)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM