错误"gatsby-source-graphql"在运行sourceNodes生命周期时抛出错误:



当我试图执行gatsby时,它会在.cache中生成temp-328932文件
不应该生成temp-32892文件,
这是不寻常的行为我不知道为什么会发生这种事。。。。。

我在执行盖茨比时遇到了一些问题
我不确定问题出在哪里…
但这是我从控制台得到的。。。

error "gatsby-source-graphql" threw an error while running the sourceNodes lifecycle:
getaddrinfo ENOTFOUND undefined

Error: getaddrinfo ENOTFOUND undefined
- From previous event:
- api-runner-node.js:554 Promise.catch.decorateEvent.pluginName
/[gatsby]/src/utils/api-runner-node.js:554:9
warning The gatsby-source-graphql plugin has generated no Gatsby nodes. Do you need it?
object
Error: connect ECONNREFUSED
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) {
errno: -4078,

我所做的一切

gatsby clean
gatsby develop
removed node_modules
removed cache
removed package-lock.json
npm uninstall -g gatsby-cli
npm install -g gatsby-cli
uninstalled node and re-installed
uninstalled Visual studio and re-installed

有时它也会因为Gatsby版本不同而抛出错误。

假设您已经在全局范围内安装了Gatsby,并且当您克隆其他项目时,可能会有两个不同版本的Gatsby并且这可能会引发不必要的错误

  1. 全局卸载Gatsby

    npm卸载-g gatsby-cli

  2. 在您的机器中克隆项目

  3. npm安装

相关内容

  • 没有找到相关文章

最新更新