Open a1300 opened 3 years ago
Parcel is the bundler, which in this case was installed globally. You should not need it unless you are building the package for release.
You can fix this with npm i -g parcel-bundler
.
You do perhaps have a point that it should be included in the devDependencies
list though.
Yes, I would add it to the devDependencies
also to fixate the parcel
version
Reproduction