noir-lang / noir-examples

A repo of example Noir projects.
MIT License
40 stars 14 forks source link

Update package.json #12

Closed Phenzic closed 9 months ago

Phenzic commented 9 months ago

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

image

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

PR Checklist*

critesjosh commented 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

critesjosh commented 9 months ago

but the deps were double declared. will update. thanks for flagging