You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
When having the last Flow CLI version installed and using flow-js-testing 0.6.0-stable-cadence.3.
The emulator failed to start (when doing emulator.start()) due to the fact the code was not able to parse the CLI version response.
I tried to do a PR here #235 .
Sorry if I didn't respect some standards or rules, I'm not used to do PRs on open source repo.
Also I was not able to run tests locally.
Awesome thanks for your contribution @Luze26, if you update to the latest Cadence 1.0 CLI Version, this issue will be resolved (JSON version output is a somewhat new feature) but I can still look at the PR for backward-compatibility reasons.
(I'd recommend updating your Cadence 1.0 CLI regardless, as only the latest CLI versions have the latest features/changes)
When having the last Flow CLI version installed and using flow-js-testing 0.6.0-stable-cadence.3.
The emulator failed to start (when doing emulator.start()) due to the fact the code was not able to parse the CLI version response.
flow-js-testing/src/utils.js
Line 55 in 6e74d86
stdout is not a json, The CLI returns something like that with my version:
I'll try to do a PR when I have time.
The text was updated successfully, but these errors were encountered: