Hey hey! I'm starting a new elm-pages site for the first time in a while today and after running npx elm-pages init sitename, elm-pages build gives me this:
-- PROBLEM BUILDING DEPENDENCIES -----------------------------------------------
I ran into a compilation error when trying to build the following package:
MartinSStewart/elm-serialize 1.2.6
This probably means it has package constraints that are too wide. It may be
possible to tweak your elm.json to avoid the root problem as a stopgap. Head
over to https://elm-lang.org/community to get help figuring out how to take this
path!
Note: To help with the root problem, please report this to the package author
along with the following information:
bburdette/toop 1.2.0
danfishgold/base64-bytes 1.1.0
elm/bytes 1.0.8
elm/core 1.0.5
elm/json 1.1.3
elm/regex 1.0.0
If you want to help out even more, try building the package locally. That should
give you much more specific information about why this package is failing to
build, which will in turn make it easier for the package author to fix it!
elm-json upgrade seems to fix it, though, with this diff:
Hey hey! I'm starting a new elm-pages site for the first time in a while today and after running
npx elm-pages init sitename
,elm-pages build
gives me this:elm-json upgrade
seems to fix it, though, with this diff: