gpt4 book ai didi

angular - 无法读取 tsconfig.base.json! - Apollo Angular 项目设置

转载 作者:行者123 更新时间:2023-12-03 17:10:52 27 4
gpt4 key购买 nike

ng add apollo-angular
它引发了许多警告:
UPDATE src/app/app.module.ts (541 bytes)
npm WARN notsup Unsupported engine for extract-files@9.0.0: wanted: {"node":"^10.17.0 || ^12.0.0 || >= 13.7.0"} (current: {"node":"10.16.3","npm":"6.12.0"})
npm WARN notsup Not compatible with your version of node/npm: extract-files@9.0.0
npm WARN karma-jasmine-html-reporter@1.5.4 requires a peer of jasmine-core@>=3.5 but none is installed. You must install peer dependencies yourself.
npm WARN @apollo/client@3.1.3 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @apollo/client@3.1.3 requires a peer of subscriptions-transport-ws@^0.9.0 but none is installed. You must install peer dependencies yourself.
因此,在添加了对等依赖项之后,我尝试再添加一次 apollo-angular:
MIA-LT-16354:src SSilwal$ ng add apollo-angular
Skipping installation: Package already installed
? Url to your GraphQL endpoint https://o5x5jzoo7z.sse.codesandbox.io/graphql'
Couldn't read tsconfig.base.json!
环境:
@apollo/客户端:3.0.0
Apollo Angular :2.0.3
graphql:15.3.0
@ Angular/核心:9.1.7
@ Angular/cli:9.1.12
typescript :3.8.3

最佳答案

当您的 Angular 项目之前进行版本迁移时,通常会发生此问题,因此 tsconfig.base.json丢失或无效。
您可以尝试安装apollo-angular手 Action 为官方文档指导自己
Apollo Angular official guide安装 apollo-angular没有 Angular 示意图
或遵循我在下面提到的本手册更新:

问题作者提出的 Github 问题仅通过更新 Angular 版本来提供修复,请先尝试
在我遇到这个问题的时候,使用下面的命令帮助了一些人,但没有解决我的问题
可以免费试用

ng update @angular/cli --migrate-only --from 9 --to 10
ng update @angular/core --migrate-only --from 9 --to 10
或尝试使用 --force 如果您遇到错误(谨慎使用!!)
这是提供修复 tsconfig.base.json 的解决方案迁移 Angular 版本引起的问题
主要来源: Github issue related to this question

请注意,它有一些副作用
阅读更多 Angulars Official Docs关于如何根据项目的复杂程度正确迁移

我个人使用这个命令来安装所有需要的包,并按照指南添加需要的模块。
ng update apollo-angular --migrate-only --from 1.10.0
或尝试使用 --force 如果您遇到错误(谨慎使用!!)
ng update apollo-angular --migrate-only --from 1.10.0 --force

我希望这有帮助:)

P.S 在某些国家,例如伊朗,您可能需要使用代理才能使用 ng add apollo-angular

关于angular - 无法读取 tsconfig.base.json! - Apollo Angular 项目设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63618211/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com