hello-world-part-four-tutorial icon indicating copy to clipboard operation
hello-world-part-four-tutorial copied to clipboard

Results 7 hello-world-part-four-tutorial issues
Sort by recently updated
recently updated
newest added

Hello, I am following along with the tutorial however I am getting "TypeError: Cannot read properties of undefined (reading 'includes')" from my localhost:3000 after I ran "npm install @alch/alchemy-web3" in...

at Object. (/Applications/Development/final try/hello-world-part-four-tutorial/starter-files/node_modules/postcss-safe-parser/lib/safe-parser.js:1:17) { code: 'ERR_PACKAGE_PATH_NOT_EXPORTED' } whenever I initiate the npx start

https://github.com/alchemyplatform/hello-world-part-four-tutorial/blob/a93cbbf965b3518006b675a537c1e7334f575671/completed/src/util/interact.js#L3 If this is the *"Completed"* versions. Then it should be complete and ready to run (except maybe api keys). The fact that https://github.com/alchemyplatform/hello-world-part-four-tutorial/blob/a93cbbf965b3518006b675a537c1e7334f575671/completed/package.json#L5 does not include @alch/alchemy-web3 makes this...

At least with pnpm, it has various issue. please upgrade it to make it up to date. For example: ``` Failed to compile. ../node_modules/.pnpm/@[email protected]/node_modules/@noble/curves/abstract/weierstrass.js 1016:57 Module parse failed: Unexpected token...

Failed to compile. ./node_modules/web3-core-method/lib/index.js 152:76 Module parse failed: Unexpected token (152:76) File was processed with these loaders: * ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js You may need an additional loader to handle the result of...

Hello there, Hope you are doing well! Thank you for the tutorial it is wonderful! But I failed when I forked this code template and tried to run it based...