zachleat@zachleat.com’s Mastodon Archive

Reply

`npm install` time (in seconds)

(forcing a clean cache, average of 5 runs)

Notably, next.js seems to bypass `npm` by vendoring its dependencies (speedier install, without those pesky npm audits)

npm install time (in seconds)

Astro: 12.5s
Eleventy: 5.8s
Gatsby: 43.3s
Next.js: 3.2s
Nuxt: 14.9s
Remix: 40.1s
SvelteKit: 6.7s