-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ethereum-org-website: Update ethereum PoW reference #10435
Conversation
❌ ethereum-org-website-dev deploy preview failedYour build failed. View the build logs. Errors Your plugins must export known APIs from their gatsby-node. See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs. - The plugin [email protected] is using the API "unstable_shouldOnCreateNode" which is not a known API. Some of the following may help fix the error(s): - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode" "gatsby-node.js" threw an error while running the onPreBootstrap lifecycle: Unexpected string in JSON at position 8430 > 1 | !function(e,a,t,r,o){var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},s="function"==typeof n[r]&&n[r],l=s.cache||{},i="undefined"!=typeof module&&"function"==typeof module.require&&module.require.bind(module);function d(a,t){if(!l[a]){if(!e[a]){var o="function"==typeof n[r]&&n[r];if(!t&&o)return o(a,!0);if(s)return s(a,!0);if(i&&"string"==typeof a)return i(a);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}g.resolve=function(t){var r=e[a][1][t];return null!=r?r:t},g.cache={};var m=l[a]=new d.Module(a);e[a][0].call(m.exports,g,m,m.exports,this)}return l[a].exports;function g(e){var a=g.resolve(e);return!1===a?{}:d(a)}}d.isParcelRequire=!0,d.Module=function(e){this.id=e,this.bundle=d,this.exports={}},d.modules=e,d.cache=l,d.parent=s,d.register=function(a,t){e[a]=[function(e,a){a.exports=t},{}]},Object.defineProperty(d,"root",{get:function(){return n[r]}}),n[r]=d;for(var c=0;cj)),r.export(t,"createPages",(()=>b)),r.export(t,"onCreatePage",(()=>F)),r.export(t,"onPostBootstrap",(()=>N)),r.export(t,"createSchemaCustomization",(()=>k)),r.export(t,"onPreBootstrap",(()=>S)),r.export(t,"onPostBuild",(()=>x));var o=e("fs"),n=r.interopDefault(o),s=e("path"),l=r.interopDefault(s),i=e("util"),d=r.interopDefault(i),c=e("child_process"),m=r.interopDefault(c),g=e("gatsby-source-filesystem"),u=e("./src/schema"),p=e("./src/scripts/createLocales"),h=r.interopDefault(p),f=e("./src/scripts/copyContributors"),P=r.interopDef |
什么意思 我没明白
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for catching the out of date reference!
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2023 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Description
Related Issue
Fixes: #10092