Closed Phenzic closed 9 months ago
it actually looks like the error is coming from the fact that it can't find forge
. You can install it following the instructions here https://book.getfoundry.sh/reference/forge/forge-install
but the deps were double declared. will update. thanks for flagging
Description
Following Through the docs to get the noir zk-voting system running to integrate into an Dapp and
Problem*
I got the warning error from a conflicting dependency/devDependency
Resolves
Summary*
I simply changed the package version in the devDependency version to the same as the one on the dependency
Additional Context
from -
"@types/mocha": "^9.1.0",
to"@types/mocha": "^10.0.1",
PR Checklist*
cargo fmt
on default settings.