Pub should respect ~ in paths set in command-line arguments #52
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)
<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/
The text was updated successfully, but these errors were encountered: