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.
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!
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 | /
localhost colake-marketplace % node -v v18.18.2