Error on pub serve
Closed this issue · 5 comments
adaojunior commented
I'm getting an error when running pub serve
C:\tools\dart-sdk\bin\pub.bat serve web --port=50884
Loading source assets...
Error on line 10, column 3 of C:\Users\MY_USER\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\jsonp-1.0.4\pubspec.yaml: Error loading transformer "polymer": package "polymer" is not a dependency.
- polymer:
^^^^^^^
Pub Serve terminated
Seems like the polymer library is not really necessary since it is only used in the examples.
matthewfranglen commented
Thanks for the bug report. I will look into this.
adaojunior commented
I think it is a good idea to remove the Polymer dependency. And maybe keep the example as simple as possible since most people won't care about it as long as they have a good documentation.
matthewfranglen commented
Can you try using 1.0.6
adaojunior commented
Yes, it is working now.
matthewfranglen commented
Great stuff.