parcel-bundler/parcel
Vedi su GitHubDifferent error message for disabled autoinstall
Open
#6165 aperta il 22 apr 2021
:bug: BugAutoinstallGood First Issue✨ Parcel 2
Metriche repository
- Star
- (44.030 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
🐛 bug report
At the moment, the error message for parcel build --no-autoinstall and
- a missing parcel plugin specified in the config that usually would get autoinstalled (e.g. the SASS transformer) or
packageManager.resolveandpackageManager.require
is just Cannot find module foo, did you mean bar.
In this case, it should say something along the lines of Autoinstall is disabled, please install foo yourself.