|
|
|
|
|
by corytheboyd
2025 days ago
|
|
D’oh you’re completely right about rollup vs parcel. I always get them confused because I trialed them simultaneously :p Huh, I wasn’t aware of that being the primary use case of npx. I assumed the primary use case was to be sugar on top of ‘./node_modules/.bin/*’, which the documentation seems to lead with too (https://github.com/npm/npx) They immediately call out auto-installation as a feature after that, but apparently there is a ‘—no-install’ flag you can use too. I guess I would have expected this to be opt-in through ‘—auto-install’ or something is all. |
|