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
Only seeing this in Powershell (Git for Windows), not in regular windows CMD. On windows 8.1.
[master]> pub --version
find: > bin [: No such file or directory
Pub 1.11.3
[master]> pub run
find: > bin [: No such file or directory
Must specify an executable to run.
Usage: pub run <executable> [args...]
-h, --help Print this usage information.
--mode Mode to run transformers in.
(defaults to "release" for dependencies, "debug" for entrypoint)
[master]> pub deps
find: > bin [: No such file or directory
my_app 0.0.1
|-- http 0.11.3
| |-- http_parser 0.0.2+8
The text was updated successfully, but these errors were encountered:
It looks like this line is the culprit. It looks like it's in a bunch of other scripts as well—do dart2js and dartanalyzer also print this message for you?
@ricowind@aam It looks like you two were the last to touch this code. Can you shed any light on how to make it not barf for Powershell?
Only seeing this in Powershell (Git for Windows), not in regular windows CMD. On windows 8.1.
The text was updated successfully, but these errors were encountered: