joshua | Flow (2024-01-02)
Is the cadence testing framework supposed to work with the new Cadence 1.0 CLI preview release?
7 Replies
I've created a thread for your message. Please continue any relevant discussion in this thread.
You can rename this thread using
/title <new title>
If this is a technical question that others may benefit from, considering also asking it on Stackoverflow: https://stackoverflow.com/questions/ask?tags=onflow-cadenceUnknown User•12mo ago
Message Not Public
Sign In & Join Server To View
it is showing me an error on the deployment of a contract that I don't see when I deploy it through the go SDK
wait, I might not be on the correct CLI version
I used this command to install the new version and it looks like it installed correctly:
but when I do
flow version
, it gives me Version: v1.8.0
I upgraded my base version and have 1.9.2 now
do I need to uninstall first?
before installing the cadence 1.0 version?Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
weird
oh, when I do
which flow
, I get opt/homebrew/bin/flow
so I need flow
to go to usr/local/bin/
instead, right?Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
still didn't work, but I'm just executing it directly from
/usr/local/bin/
now and that is working