-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot use melos to execute fvm command concurrently #296
Comments
Hi @leoafarias! |
@lcdsmao Can you run |
|
@lcdsmao thanks, can you also run Also, what are you trying to do with I am creating a melos sample env. |
When running
Like Executing |
@lcdsmao I am not being able to replicate the problem in my test melos environment. I have setup the Any other information you can think of that you can provide? |
I am trying to create a repo to reproduce this problem. |
Hi @leoafarias |
@lcdsmao just tried and it seems to be working... can you run the following command and give the output?
|
fvm 2.0.1:
|
#296 (comment) Here is fvm 2.0.4 log
|
@lcdsmao Everything seems good. Can you try one more command, and sorry for the back and forth.
|
Seems we got some new information!
|
@lcdsmao Ok good news I can replicate the issue. I will take a look and update you |
@lcdsmao thanks for your help, race conditions are always a tough one. |
@leoafarias |
This error took me 7 hours to fix. The race condition left a dummy file. I had to delete ~/fvm
If you see this errror.
or
try
|
Before creating a bug report please make check the following
pub cache repair
. Close the terminal and try again.administrator
or withdeveloper
permissions.fvm doctor
if possible and add the output to the issue.Describe the bug
Cannot use melos to execute fvm command concurrently.
To Reproduce
Steps to reproduce the behavior:
melos exec -- exec fvm flutter
Expected behavior
No error occurs.
Logs
Please provide the verbose logs by running
--verbose
after the command.Desktop (please complete the following information):
Additional context
I have tried the same command with fvm 2.0.1 and there is no problem.
The text was updated successfully, but these errors were encountered: