Closed aakashsrivastav closed 3 years ago
When I try to run the command
melos exec fvm flutter pub global run pubviz -d -p -i flutter --format=dot print
it gets stuck after printing the output but running
fvm flutter pub global run pubviz -d -p -i flutter --format=dot print
prints the output and then the process completes.
Got the mistake, the command should be -
melos exec -- exec fvm flutter pub global run pubviz -d -p -i flutter --format=dot print
When I try to run the command
it gets stuck after printing the output but running
prints the output and then the process completes.