vm.parseJson
throwing error after git clone
#4846
Unanswered
tinypell3ts
asked this question in
Help
Replies: 2 comments
-
@mattsse @odyslam between this and #4844, could there have been a regression somewhere? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is my
Update: Tested with multiple versions of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a contracts project I've been using without any issues for months. I just cloned a version of the project from Github. Now, I'm getting an error from
vm.parseJson
in ourUtils.sol
script. ThisUtils
script is responsible for creating a json file which includes the address of all of our contracts and the block they were deploy in.Utils.sol
The error:
It's important to note, no code has changed. The only thing that has happened is that I've used
git clone
. Ive triedforge install
andforge clean
.Thanks
Beta Was this translation helpful? Give feedback.
All reactions