Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore: add troubleshooting guide to era_test_node binary (#793)
Browse files Browse the repository at this point in the history
Co-authored-by: MexicanAce <[email protected]>
  • Loading branch information
FlashSheridan and MexicanAce authored Jan 18, 2024
1 parent 1a0c261 commit fd5b298
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/build/test-and-debug/era-test-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,18 @@ yarn test
```

Well done! You've successfully run your first local tests with zkSync Era and `era-test-node`.

## Troubleshooting

If running `era_test_node run` provides the following error:

```console:no-line-numbers
“era_test_node” can’t be opened because Apple cannot check it for malicious software.
This software needs to be updated. Contact the developer for more information.
```

You may require the use of `sudo`. On macOS, the binary may need to have its quarantine attribute cleared:

```bash
xattr -d com.apple.quarantine /usr/local/bin/era_test_node
```

0 comments on commit fd5b298

Please sign in to comment.