Closed JamieBallingall closed 3 years ago
I'm afraid I don't know why the Travis build is failing. I know it is a weak statement but it builds fine on my machine.
Would you mind removing the package-lock.json file? As far as the Travis failure -- I'm not sure either. We really ought to switch to GitHub Actions like the rest of the core / contrib libraries. I'm happy to merge despite the failure.
yarn global add parcel-bundler@1.12.3
then parcel index.html
actually works fine :)
This was also addressed in #29 -- thanks, @JamieBallingall!
This fixes #27, at least temporarily, by pinning the Parcel version to 1.12.3.