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

Can't build #72

Open
icemagno opened this issue Jan 29, 2024 · 2 comments
Open

Can't build #72

icemagno opened this issue Jan 29, 2024 · 2 comments

Comments

@icemagno
Copy link

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

./src/pages/api/contractDeploy.ts:67:22
Type error: 'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.

  65 |
  66 |   const web3 = new Web3(rpcUrl);
> 67 |   const web3quorum = new Web3Quorum(
     |                      ^
  68 |     web3,
  69 |     { privateUrl: privateUrl },
  70 |     client === "goquorum" ? true : false
npm notice
npm notice New minor version of npm available! 10.2.4 -> 10.4.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
npm notice Run `npm install -g [email protected]` to update!
npm notice

@sinbumu
Copy link

sinbumu commented Sep 6, 2024

im also has this issue

@kowaalski
Copy link

I resolve in this PR: #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants