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

Update package.json #12

Closed
wants to merge 1 commit into from
Closed

Update package.json #12

wants to merge 1 commit into from

Conversation

Phenzic
Copy link

@Phenzic Phenzic commented Feb 3, 2024

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

  • "@types/mocha": "^10.0.1",

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@critesjosh
Copy link
Collaborator

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 critesjosh closed this Feb 5, 2024
@critesjosh
Copy link
Collaborator

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

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

Successfully merging this pull request may close these issues.

2 participants