dart-archive / custom-element-apigen

Tool to generate Dart APIs for polymer custom elements written in Javascript
BSD 3-Clause "New" or "Revised" License
13 stars 13 forks source link

Windows: error on run pub run custom_element_apigen:update configfile.yaml #43

Open supermuka opened 8 years ago

supermuka commented 8 years ago

Hi,

In the Windows, an error occur on command run pub run custom_element_apigen:update configfile.yaml

See discuss on: http://stackoverflow.com/questions/34150620/custom-element-apigen-gives-an-error-importing-a-polymer-element-to-dart

jakemac53 commented 8 years ago

This package doesn't support windows today, for now I would use linux/mac. See also http://stackoverflow.com/questions/34840718/custom-element-apigen-gives-an-error-importing-paper-datatable-to-dart/34880906#34880906 which got a bit further in the process.

Pull requests would be welcome, as its unlikely that we will get around to fixing this in the near future.