thirdweb-example / marketplace-v3

Create an NFT marketplace on top of your NFT collection on **any** EVM-compatible blockchain.
https://marketplace-v3.thirdweb-example.com/
Apache License 2.0
117 stars 139 forks source link

Build code failed #20

Closed leecho closed 6 months ago

leecho commented 7 months ago

localhost colake-marketplace % yarn deploy yarn run v1.22.19 $ next build && next export && npx thirdweb@latest upload out Linting and checking validity of types ..Failed to compile.

./node_modules/abitype/dist/types/human-readable/formatAbi.d.ts:18:35 Type error: Type parameter declaration expected.

16 | @returns Human-readable ABI 17 | /

18 | export declare function formatAbi<const TAbi extends Abi | readonly unknown[]>(abi: TAbi): FormatAbi; | ^ 19 | //# sourceMappingURL=formatAbi.d.ts.map error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

localhost colake-marketplace % node -v v18.18.2

saminacodes commented 6 months ago

Hey friends! We recently updated this template to the latest version of our SDK which hopefully resolves this issue. If you are still having any issues with the template please let us know!