Parcel SemVer bug
This is a known problem in the newest version of Parcel. The solution of this problem was to revert back to version 1.12.3, or by updating to the version 2 of Parcel. You can do the first solution by: npm uninstall parcel-bundler npm i –save-dev parcel-bundler@1.12.3 The second solution could be done like this: npm … Read more