We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
im also has this issue
Sorry, something went wrong.
I resolve in this PR: #74
No branches or pull requests
The text was updated successfully, but these errors were encountered: