Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

NOTE: Parcel bundler Invalid Version #132

Open
brianAxonify opened this issue Mar 3, 2021 · 2 comments
Open

NOTE: Parcel bundler Invalid Version #132

brianAxonify opened this issue Mar 3, 2021 · 2 comments

Comments

@brianAxonify
Copy link

brianAxonify commented Mar 3, 2021

There is an issue on "parcel-bundler": "1.12.4" that causes this issue. If you are having this issue a quick fix is to use
"parcel-bundler": "1.12.3", in the package.json and then run npm install

This issue is being worked on in parcel
parcel-bundler/parcel#5943

@mpatel66
Copy link

mpatel66 commented Mar 9, 2021

Thanks - I got a semver (invalid undefined) error and it was due to this. Your solution didn't work for me, but found something similar on stackover flow that worked:
https://stackoverflow.com/questions/66459081/parcel-semver-bug

@karansinghnegi
Copy link

I have faced the same issue, following below solved my problem
Try this:
npm uninstall parcel-bundler
npm i --save-dev parcel@next

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants