purescript-halogen / purescript-halogen-template

Template project for getting started with Halogen
Apache License 2.0
128 stars 56 forks source link

Pin Parcel version to 1.12.3 as temporary fix to Parcel issue #28

Closed JamieBallingall closed 3 years ago

JamieBallingall commented 3 years ago

This fixes #27, at least temporarily, by pinning the Parcel version to 1.12.3.

JamieBallingall commented 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.

thomashoneyman commented 3 years ago

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.

raptazure commented 3 years ago

yarn global add parcel-bundler@1.12.3 then parcel index.html actually works fine :)

thomashoneyman commented 3 years ago

This was also addressed in #29 -- thanks, @JamieBallingall!