Invalid version: undefined #6699
-
Throws the above error while starting my app Any help is appreciated |
Beta Was this translation helpful? Give feedback.
Answered by
DeMoorJasper
Aug 11, 2021
Replies: 1 comment
-
Parcel 1 isn't really actively developed anymore. It's probably a good idea to migrate to Parcel 2 https://v2.parceljs.org/getting-started/migration/ From your dependencies it however does seem like you're mixing babel 7 and babel 6 plugins which aren't compatible. Which is probably causing this error |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DeMoorJasper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parcel 1 isn't really actively developed anymore. It's probably a good idea to migrate to Parcel 2 https://v2.parceljs.org/getting-started/migration/
From your dependencies it however does seem like you're mixing babel 7 and babel 6 plugins which aren't compatible. Which is probably causing this error