- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有谁知道为什么我会收到以下错误:
Verify run directory
10:47:31 PM:
10:47:31 PM: ┌─────────────────────────────┐
10:47:31 PM: │ Netlify Build │
10:47:31 PM: └─────────────────────────────┘
10:47:31 PM:
10:47:31 PM: ❯ Version
10:47:31 PM: @netlify/build 1.0.16
10:47:31 PM:
10:47:31 PM: ❯ Flags
10:47:31 PM: mode: buildbot
10:47:31 PM:
10:47:31 PM: ❯ Current directory
10:47:31 PM: /opt/build/repo
10:47:31 PM:
10:47:31 PM: ❯ Config file
10:47:31 PM: No config file was defined: using default values.
10:47:31 PM:
10:47:31 PM: ❯ Context
10:47:31 PM: production
10:47:31 PM:
10:47:31 PM: ┌────────────────────────────────┐
10:47:31 PM: │ 1. Build command from settings │
10:47:31 PM: └────────────────────────────────┘
10:47:31 PM:
10:47:31 PM: $ gatsby develop
10:47:34 PM: error UNHANDLED REJECTION Cannot read property 'activities' of undefined
10:47:34 PM:
10:47:34 PM:
10:47:34 PM: TypeError: Cannot read property 'activities' of undefined
10:47:34 PM:
10:47:34 PM: - utils.js:20 getGlobalStatus
10:47:34 PM: [repo]/[gatsby-cli]/lib/reporter/redux/utils.js:20:54
10:47:34 PM:
10:47:34 PM: - internal-actions.js:135 Object.startActivity
10:47:34 PM: [repo]/[gatsby-cli]/lib/reporter/redux/internal-actions.js:135:51
10:47:34 PM:
10:47:34 PM: - redux.js:483 Object.startActivity
10:47:34 PM: [repo]/[redux]/lib/redux.js:483:35
10:47:34 PM:
10:47:34 PM: - reporter-timer.js:24 Object.start
10:47:34 PM: [repo]/[gatsby-cli]/lib/reporter/reporter-timer.js:24:23
10:47:34 PM:
10:47:34 PM: - index.js:125 module.exports
10:47:34 PM: [repo]/[gatsby]/dist/bootstrap/index.js:125:12
10:47:34 PM:
10:47:34 PM: - develop.js:407 module.exports
10:47:34 PM: [repo]/[gatsby]/dist/commands/develop.js:407:36
10:47:34 PM:
10:47:34 PM: - next_tick.js:68 process._tickCallback
10:47:34 PM: internal/process/next_tick.js:68:7
10:47:34 PM:
10:47:34 PM:
10:47:34 PM: /opt/build/repo/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
10:47:34 PM: throw ex;
10:47:34 PM: ^
10:47:34 PM: TypeError: Cannot read property 'activities' of undefined
10:47:34 PM: at getGlobalStatus (/opt/build/repo/node_modules/gatsby-cli/lib/reporter/redux/utils.js:20:54)
10:47:34 PM: at createPendingActivity (/opt/build/repo/node_modules/gatsby-cli/lib/reporter/redux/internal-actions.js:106:51)
10:47:34 PM: at /opt/build/repo/node_modules/redux/lib/redux.js:483:35
10:47:34 PM: at prematureEnd (/opt/build/repo/node_modules/gatsby-cli/lib/reporter/catch-exit-signals.js:39:38)
10:47:34 PM: at Reporter.panic (/opt/build/repo/node_modules/gatsby-cli/lib/reporter/reporter.js:72:42)
10:47:34 PM: at process.on.reason (/opt/build/repo/node_modules/gatsby-cli/lib/index.js:81:21)
10:47:34 PM: at process.emit (events.js:203:15)
10:47:34 PM: at processEmit [as emit] (/opt/build/repo/node_modules/signal-exit/index.js:161:32)
10:47:34 PM: at emitPromiseRejectionWarnings (internal/process/promises.js:140:18)
10:47:34 PM: at process._tickCallback (internal/process/next_tick.js:69:34)
10:47:35 PM:
10:47:35 PM: ┌─────────────────────────────┐
10:47:35 PM: │ "build.command" failed │
10:47:35 PM: └─────────────────────────────┘
10:47:35 PM:
10:47:35 PM: Error message
10:47:35 PM: Command failed with exit code 7: gatsby develop
10:47:35 PM:
10:47:35 PM: Error location
10:47:35 PM: In Build command from settings:
10:47:35 PM: gatsby develop
10:47:35 PM:
10:47:35 PM: Resolved config
10:47:35 PM: build:
10:47:35 PM: command: gatsby develop
10:47:35 PM: publish: /opt/build/repo/public
其余设置似乎正常工作,我不确定为什么会收到以下错误。之前的部署有效。该站点也适用于我的本地设置,也许我应该对配置区域进行更新,但据我所知,当前的似乎是正确的。
我的配置:
请告诉我如何修复以下问题。谢谢!
最佳答案
根据 this GitHub issue问题来自于你的依赖项中有 gatsby-cli
,这不是必需的,在这种情况下实际上是有害的。
您应该使用以下命令从项目中删除 gatsby-cli
依赖项:
npm r gatsby-cli
如果这不是解决方案,那么也许您有 this issue并且只需要修改你的 gatsby
版本(它应该在 2.20.29 中修复):
npm up gatsby
如果这不更新 Gatsby,则此依赖项的 semver 字符串可能不允许更新。然后,您可以尝试使用 npm i gatsby@latest
安装最新版本,但您必须注意任何可能的破坏性更改。
关于gatsby - Netlify 部署失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62375916/
我在自己的服务器上托管我的网站,并使用 Netlify CMS。但是,我仍然希望使用 Netlify 的托管 Identity 和 Git 网关服务,而不是运行我自己的服务。 最佳答案 是的,这是可能
我正在使用 Netlify主持github repo并试图找到一种方法来在域上托管其他文件。 (如果您不知道 Netlify 是什么,请查看它。据我所知,它是 AWS 代码部署的快速脏版和免费版本。(
我正在使用 Netlify主持github repo并试图找到一种方法来在域上托管其他文件。 (如果您不知道 Netlify 是什么,请查看它。据我所知,它是 AWS 代码部署的快速脏版和免费版本。(
Netlify 子域基于存储库上的分支工作。如果我有一个域名 xyz.com 和 repo Repo-A,master 分支将部署到 xyz.com 和 dashboard 分支将部署到 dashbo
我想根据环境代理到不同的 api - 我尝试了以下主题的一些变体,但没有任何运气。如果可能的话,正确的方法是什么? [build.environment] API_URI="https://dev
根据 Netlify docs for custom headers我可以创建一个路径来使用自定义 header # use these headers for the /index.html fil
根据 Netlify docs for custom headers我可以创建一个路径来使用自定义 header # use these headers for the /index.html fil
我正在尝试将我的 Hugo 网站上传到 Netlify,但在构建过程中出现 命令失败,退出代码 255: hugo 错误。由于这是我自己手工编码的东西,我确信我在这个过程中遗漏了一些重要的文件,这会导
正如标题所说,部署到 Netlify 失败,从日志来看可能是我的 parcel.js设置。日志中的错误是: 12:19:29 AM: Error running command: Build scri
我正在尝试使用 Netlify CMS 和 Hugo ssg 来头脑清醒。 我使用: netlify-cms@1.0 hugo@0.29 我有一个简单的 netlify-cms config.yml,
我在我的 gatsby 项目中设置了 netlify 函数,具有代理等功能。如果我通过 netlify 部署,一切都会按预期进行。如果我使用 gatsby cloud 进行另一次部署它实际上从 net
免责声明:我会使用 a.) Netlify 上的某种支持系统,b.) Netlify 实时聊天 session 或 c.) 通过他们的支持社区来提问,但是a.) 他们不允许你,b.) 他们没有,c.)
Netlify 社区经常提出的另一个问题。 “Netlify 能否在不强制使用 SSL (TLS) 的情况下将流量从 http 重定向到 https?” Once you have a certifi
我有一个像这样的 _redirects 文件: https://example.netlify.com/* https://example.com/:splat 301! 在根文件夹中。 如何使用 g
是否有人幸运地使用 OAUTH 从 Netlify CMS 向 GB 进行身份验证,但没有使用 Netlify API?如果有的话,你用的是什么?我想使用我的域进行身份验证,但我不确定应该使用哪个 A
问题让 .env 在 Netlify 上工作。 我的仓库在这里: nuxt-axios-sheets 我在浏览器控制台中得到 key=undefined:加载资源失败:服务器响应状态为400 () 这
我认为标题是不言自明的。可以在这里找到存储库: https://github.com/netlify/netlify-cms/ https://github.com/netlify/git-gatew
我正在尝试使用 netlify 来托管静态站点。我正在使用 wget -mk http://hostname/ 构建网站所以我得到了大量的静态文件,并重写了链接。 我想将他们推到 netlify 并让
我正在尝试部署我的 nextjs 应用程序 netlify,但它一直向我抛出失败错误,没有部署这是我的 github 存储库 https://github.com/farishelmipermana/
我正在尝试部署我的 nextjs 应用程序 netlify,但它一直向我抛出失败错误,没有部署这是我的 github 存储库 https://github.com/farishelmipermana/
我是一名优秀的程序员,十分优秀!