DART: Transformer library "package:di/transformer.dart" not found -
Updated today (April 23, 2014) to the latest version of DART-SDK (1.3.3). The latest DART Editor package has been downloaded in today's date.
Advanced Angler Dart for version 0.9.x to 0.10.0 with the following changes:
NgController - & gt; Controller NgComponent - & gt; Component ngbootstrap - & gt; The app works with dariatium but it does not work with the pub with the following error: --- 7:21:35 PM running pub build ... --- pub The build fails, [1] Loading source assets ... (0.7S) Loading transformer transformer ... (1.9 S) Transformer Library "Package: D / Transformer Dart" not found. Look in the package: di / transformer.dart and this file is present in my workspace. It is not known what is wrong with it.
It is probably related to this dart proxy problem:
pub build in one There is a bug for which HTTP_PROXY and HTTPS_PROXY need to be unset.
Unx: $ env --unset = http_proxy --unset = https_proxy pub Build Windoze: c: \ & Gt; Set HTTP_PROXY = c: \ & gt; Set HTTPS_PROXY = c: \ & gt; Pub build I also recommend clearing my pub cache (appadata \ roaming \ pub \ cache), because it can be corrupt and the problem continues.
Comments
Post a Comment