Reach run gives error on latest version #1564
FrancescoMasaia
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the error
Reach Latest runner gives me error on execution
To Reproduce
Please include the program(s) that produce the unexpected behavior from Reach. If the error is in the compiler or during verification, you just need to include the
.rsh
file. If it is while the program is running, you should also include the.mjs
file. It is easiest to link the file after posting them ongist.github.com
, but if you don't want to share them publicly, please contact Jay McCarthy on our Discord server --- https://discord.gg/AZsgcXu --- and get them to him privately or he can help you reduce the code.I was trying to use the overview example to start learning about Reach.
But when i send the reach run command it gives me the current error:
I was trying to test this program inside the Algo network
Expected behavior
Please describe what you expected or hoped would happen.
It's very strange that my computer gives error, I saw that the execution is done inside a docker container that i think have node and npm installed by default not using my machine version.
Extra information
What version of Reach are you using? You can run
reach version
orreach hashes
to find out.Reach version is 0.1.13
Beta Was this translation helpful? Give feedback.
All reactions