Invalid Version: undefined
JamieBallingall opened this issue · 1 comments
JamieBallingall commented
Following the instructions in the README leads to the error Invalid Version: undefined
when running either npm run serve
or npm run build-prod
.
This appears to be a result of a change to Babel causing problems with Parcel.
A temporary fix is to pin the Parcel version to 1.12.3 (rather than ^1.12.4) until the Parcel folks sort this out.
thomashoneyman commented