manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

Can't compile with npm #131

Closed andrescirulo closed 7 years ago

andrescirulo commented 7 years ago

I'm getting an error when i run the npm install command. It creates two Java interfaces with weird name:

/**
Fired when the animation finishes.
This is useful if you want to wait until
the ripple animation finishes to perform some action.

@event transitionend
      Event param: {{node: Object}} detail Contains the animated node.
*/

Any suggestion to how to solve this? I attach the console output just in case.

Thanks

out.txt

ghost commented 7 years ago

see here: gwt-api-generator/issues/65

manolo commented 7 years ago

Fixed in gwt-api-generator/ecb419c8c3264bab7e93c54ac7f6c6792bc4a1e6