Skip to content
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

build doesnt't work #1

Open
lilyanB opened this issue Jun 22, 2024 · 0 comments
Open

build doesnt't work #1

lilyanB opened this issue Jun 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lilyanB
Copy link

lilyanB commented Jun 22, 2024

Bug Description
npm i and npm run dev work. But npm run build doesn't work

Steps to Reproduce

npm I
npm run build

Additional Context
I have this error:

 [email protected] build
> next build

  ▲ Next.js 14.2.4

   Linting and checking validity of types  ...Failed to compile.

./node_modules/abi-wan-kanabi-v1/index.ts:15:3
Type error: 'abi' is declared but its value is never read.

  13 |   TFunctionName extends ExtractAbiFunctionNames<TAbi>,
  14 | >(
> 15 |   abi: TAbi,
     |   ^
  16 |   f: TFunctionName,
  17 |   args: FunctionArgs<TAbi, TFunctionName>,
  18 | ): FunctionRet<TAbi, TFunctionName> {
@lilyanB lilyanB added the bug Something isn't working label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant