Skip to content

Pub should respect ~ in paths set in command-line arguments #52

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
DartBot opened this issue Jun 5, 2015 · 1 comment
Closed

Pub should respect ~ in paths set in command-line arguments #52

DartBot opened this issue Jun 5, 2015 · 1 comment
Labels
closed-invalid Closed as we don't believe the reported issue is generally actionable type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"> Issue by sethladd
Originally opened as dart-lang/sdk#3714


This command: pub install --sdkdir=~/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/

Generates this error:
Package unittest not found in source "sdk".

I need to fix it by specifying the exact path:

pub install --sdkdir=/Users/sethladd/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/

@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

<img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="48" height="48"hspace="10"> Comment by munificent


The --sdkdir command line argument isn't used anymore.


Added Invalid label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-invalid Closed as we don't believe the reported issue is generally actionable type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

1 participant