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

Add recommendations if there is a missing file #255

Open
montyly opened this issue Apr 13, 2022 · 0 comments · Fixed by #324
Open

Add recommendations if there is a missing file #255

montyly opened this issue Apr 13, 2022 · 0 comments · Fixed by #324
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@montyly
Copy link
Member

montyly commented Apr 13, 2022

A lot of users issues are related to errors like
crytic_compile.platform.exceptions.InvalidCompilation: Unknown file: @openzeppelin/...

Which is usually a sign that npm install/yarn install had an issue, or the files where installed somewhere else. We could improve the error message with recommendations like:

  • Check if ls <path to file>
  • Run npm install / yarn install
@montyly montyly added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant