complete-intro-to-react-v5
complete-intro-to-react-v5 copied to clipboard
NOTE: Parcel bundler Invalid Version
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 https://github.com/parcel-bundler/parcel/issues/5943
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
I have faced the same issue, following below solved my problem Try this: npm uninstall parcel-bundler npm i --save-dev parcel@next