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
If you have used flutter. Please install correctly, run pub cache repair. Close the terminal and try again.
If you are on Windows. Make sure you are running the terminal as administrator or with developer permissions.
Describe the bug
We used to successfully run fvm flutter pub global run melos run test:unit:flutter to run some unit tests via a melos pipeline, however the same invocation now fails with the flutter command not being available anymore. Instead things now fail like this:
fvm: running version "1.22.6"
melos run test:unit:flutter
└> melos exec -c 5 --fail-fast --dir-exists=test --ignore="*example*" --ignore="*web*" -- \ "mkdir -p test-results && flutter test --machine > test-results/flutter-test.json && exit 0"
└> RUNNING
$ melos exec
└> mkdir -p test-results && flutter test --machine > test-results/flutter-test.json && exit 0
└> RUNNING (in 6 packages)
--------------------------------------------------------------------------------
[connect]: /bin/sh: line 1: flutter: command not found
[mnc_support]: /bin/sh: line 1: flutter: command not found
--------------------------------------------------------------------------------
Before creating a bug report please make check the following
pub cache repair
. Close the terminal and try again.administrator
or withdeveloper
permissions.Describe the bug
We used to successfully run
fvm flutter pub global run melos run test:unit:flutter
to run some unit tests via a melos pipeline, however the same invocation now fails with theflutter
command not being available anymore. Instead things now fail like this:The relevant bit in
melos.yaml
is:The text was updated successfully, but these errors were encountered: