We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This issue was originally filed by @financecoding
What steps will reproduce the problem?
pub install
What is the expected output? What do you see instead? Expected no exceptions raised. Exception output:
Running pub install ... Pub install fail, Unable to open file: /Users/adam/Documents/DartEditor/dart/dart-sdk/pkg/http/lib/http.dart'file:///Users/adam/Documents/DartEditor/dart/dart-sdk/util/pub/command_lish.dart': Error: line 11 pos 1: library handler failed import '../../pkg/http/lib/http.dart' as http; ^ 'file:///Users/adam/Documents/DartEditor/dart/dart-sdk/util/pub/pub.dart': Error: line 16 pos 1: library handler failed import 'command_lish.dart'; ^
What version of the product are you using? On what operating system? Dart Editor version 0.1.2_r15425 Dart SDK version 0.1.2.0_r15425 MacOSX 10.7.5
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
cc @munificent. Set owner to @nex3. Removed Priority-Medium label. Added Priority-Critical, Area-Pub, Triaged labels.
Sorry, something went wrong.
Added Started label.
Added this to the M2 milestone.
Fixed by r15466.
Added Fixed label.
This issue has been moved to dart-lang/pub#313.
nex3
No branches or pull requests
This issue was originally filed by @financecoding
What steps will reproduce the problem?
pub install
What is the expected output? What do you see instead?
Expected no exceptions raised. Exception output:
Running pub install ...
Pub install fail, Unable to open file: /Users/adam/Documents/DartEditor/dart/dart-sdk/pkg/http/lib/http.dart'file:///Users/adam/Documents/DartEditor/dart/dart-sdk/util/pub/command_lish.dart': Error: line 11 pos 1: library handler failed
import '../../pkg/http/lib/http.dart' as http;
^
'file:///Users/adam/Documents/DartEditor/dart/dart-sdk/util/pub/pub.dart': Error: line 16 pos 1: library handler failed
import 'command_lish.dart';
^
What version of the product are you using? On what operating system?
Dart Editor version 0.1.2_r15425
Dart SDK version 0.1.2.0_r15425
MacOSX 10.7.5
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: