Skip to content

All pub commands print 'find:> bin [:No such file or directory' when run from Windows 8.1 Powershell #1314

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

Closed
Mixolyde opened this issue Aug 12, 2015 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report

Comments

@Mixolyde
Copy link

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
@nex3
Copy link
Member

nex3 commented Aug 12, 2015

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?

@seaneagan
Copy link

probably want to merge with dart-lang/sdk#21770 which was a report of the same problem (and likely same solution) in cygwin.

@nex3 nex3 closed this as completed Aug 12, 2015
@nex3 nex3 added the closed-duplicate Closed in favor of an existing report label Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

3 participants