We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a pubspec.yaml with below content:
pubspec.yaml
# #docregion name: angular2_tour_of_heroes version: 0.0.1 environment: sdk: '>=1.13.0 <2.0.0' dependencies: angular2: 2.0.0-beta.15 browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 transformers: - angular2: platform_directives: - package:angular2/common.dart#COMMON_DIRECTIVES platform_pipes: - package:angular2/common.dart#COMMON_PIPES entry_points: web/main.dart
When I run pub get (I use proxy) in command line, get below error:
pub get
Resolving dependencies... Got dependencies! Precompiling dependencies... Loading source assets... Loading angular2/transform/codegen, dart_to_js_script_rewriter, observe and smokLoading angular2/transform/codegen, dart_to_js_script_rewriter, observe and smokLoading angular2/transform/codegen, dart_to_js_script_rewriter, observe and smoke/src/default_transformer transformers... Transformer library "package:angular2/transform/codegen.dart" not found.
How do I fix it?
The text was updated successfully, but these errors were encountered:
See also http://stackoverflow.com/questions/36643048
Sorry, something went wrong.
Duplicate of #1397.
No branches or pull requests
I have a
pubspec.yaml
with below content:When I run
pub get
(I use proxy) in command line, get below error:How do I fix it?
The text was updated successfully, but these errors were encountered: