gpt4 book ai didi

android - 如何修复 ".gradle\nodejs\node-v6.7.0-win-x64\node.exe' '以非零退出值 1 完成”

转载 作者:行者123 更新时间:2023-11-29 16:41:52 24 4
gpt4 key购买 nike

我正在使用 GraphQl。我刚刚设置了我的 schema.json 和 query.graphql。当我构建项目以生成 java 类时,出现此错误。

app.gradle\nodejs\node-v6.7.0-win-x64\node.exe'' finished with non-zero exit value 1

我已经尝试查看其他一些类似的帖子。

  • 我试过启用 multiDex。
  • 我通过添加这个来解决内存问题.. dexOptions { 增量=真; preDexLibraries = 假 javaMaxHeapSize "4g" } ...没有运气
  • 我已经清理并重建了项目
  • 我试图找出我可能包含的任何依赖项多次。 “gradlew -q dependencies app:dependencies--配置编译"
  • 我建立了一个新项目来缩小出现这种情况的范围,而且只有在它尝试生成 graphql java 类时才出现这种情况。
  • 出于猜测,我从 gradle 应用程序依赖项中删除了“实现 'com.apollographql.apollo:apollo-runtime:0.3.2'”。没有改变任何东西..奇怪吗?我发现一个教程没有说我需要这部分。
  • 更新了我的 NPM,但错误没有改变。

更具体地说,这是在生成的文件中发生问题的地方

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:generateDebugApolloIR'

最佳答案

好吧,最终这只是意味着我的查询是错误的。无论如何,对于遇到与我相同情况的人来说,这是一个直接的解决方法。

在在线 graphQL 客户端上测试您的查询。如果您像我一样使用 firefox,我发现许多客户端不兼容。

GraphiQL: This is a type of plugin in your browser which is used to test your queries on the APIs. You can customize your requests by adding URLs and adding on different header types. Link: https://github.com/graphql/graphiql
Altair GraphQL Client: It is a type of postman for graphQL APIs which is also available as Mozilla Firefox add-on to test the queries. Link: https://github.com/imolorhe/altair

我的 Altair 客户端建议的答案允许我从一个 API 构建一个查询,其中包含关于访问和命令的最少信息。一旦我提供了正确的查询,它就修复了所有问题。还有问题中张贴的建议/尝试

这是互联网上最好的解释是使用 android 设置 Graphql 的链接。 GraphQL

关于android - 如何修复 ".gradle\nodejs\node-v6.7.0-win-x64\node.exe' '以非零退出值 1 完成”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50309812/

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