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
I install fvm and melos in the docker image,setting sdkPath in the melos.yaml ,when i run melos bs on gitlab runner,it's show the log error
$ echo y | fvm use && fvm flutter precache
Project now uses Flutter [3.10.6]
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Flutter assets will be downloaded from https://storage.flutter-io.cn/. Make sure you trust this source!
$ melos bootstrap
Resolving dependencies...
Because okmm depends on flutter_test from sdk which doesn't exist (the Flutter SDK is not available), version solving failed.
Flutter users should run `flutter pub get` instead of `dart pub get`.
when i install melos and fvm on local clean system with mac
brew install dart
dart pub global activate fvm
dart pub global activate melos
git clone ...project.git
cd project
fvm use (create link for .fvm/flutter_sdk)
melos bs (error on this setup like the log)
fvm dart pub global run melos (error on this setup like the log)
fvm flutter pub global run melos (success pub get for all packages)
melos bs (now is success for all the next setup with any type run meols)
if i install melos with dart pub global on clean system ,it will be error.
if i run flutter pub global run melos or install with flutter pub global activate melos then run , i will be success for all time
next,when i deactivate melos and reactivate melos with dart pub global activate melos ,it's success but error on system reboot
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Version
3.1.1
Description
I install fvm and melos in the docker image,setting sdkPath in the melos.yaml ,when i run melos bs on gitlab runner,it's show the log error
Steps to reproduce
some setup is on the docker build
the follow setup is on gitlab runner
Expected behavior
when runner melos will success pub get packages
Screenshots
Additional context and comments
when i install melos and fvm on local clean system with mac
if i install melos with dart pub global on clean system ,it will be error.
if i run
flutter pub global run melos
or install withflutter pub global activate melos
then run , i will be success for all timenext,when i deactivate melos and reactivate melos with
dart pub global activate melos
,it's success but error on system rebootThe text was updated successfully, but these errors were encountered: