-
Notifications
You must be signed in to change notification settings - Fork 206
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
Having issue running "melos bs" #216
Comments
Happens to me as well. @sanihaq Did you solve the issue? |
@smiLLe not really, using path like this for now
waiting for a fix... |
This hack prevents melos/packages/melos/lib/src/commands/bootstrap.dart Lines 144 to 149 in d915142
A fix would need to ensure that |
any update or temporary workaround on this? |
I had to downgrade to |
Unhandled exception:
Bad state: Stream has already been listened to.
#0 _StreamController._subscribe (dart:async/stream_controller.dart:635:7)
#1 _ControllerStream._createSubscription (dart:async/stream_controller.dart:786:19)
#2 _StreamImpl.listen (dart:async/stream_impl.dart:473:9)
#3 _Socket.listen (dart:io-patch/socket_patch.dart:2162:31)
#4 _StdStream.listen (dart:io/stdio.dart:22:20)
#5 Stream.reduce (dart:async/stream.dart:821:14)
#6 _BootstrapMixin._logPubGetFailed (package:melos/src/commands/bootstrap.dart:79:12)
#7 _BootstrapMixin.bootstrap. (package:melos/src/commands/bootstrap.dart:40:19)
#8 _Melos._runLifecycle (package:melos/src/commands/runner.dart:119:7)
#9 CommandRunner.runCommand (package:args/command_runner.dart:209:13)
#10 MelosCommandRunner.runCommand (package:melos/src/command_runner.dart:82:5)
#11 main (file:///C:/Users/Sani/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/melos-1.0.0/bin/melos.dart:10:5)
The text was updated successfully, but these errors were encountered: