PolymerLabs / lit-element-build-rollup

Build config for lit-element with Rollup and Babel
35 stars 12 forks source link

Not cross platform + Fails on copying wc node_modules #8

Open ontoneio opened 5 years ago

ontoneio commented 5 years ago

Since this is the example that is linked to by the Lit-Element website, I went ahead and tried to get it working with a very minimal component and refactored it to work on Windows to no avail.

I cloned this repo just to see if it would work and it runs into the same error I got on my project.

The system cannot find the file specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lit-element-build-rollup@1.0.0 copywc: `copy -r node_modules\@webcomponents\webcomponentsjs\bundles build && copy node_modules\@webcomponents\webcomponentsjs\webcomponents-loader.js build`

So I am not exactly sure how to resolve this, but the lack of documentation is frustrating to say the least. Much appreciated for putting this together.

A cross platform version that actually works would be ideal though.