Maybe I'm in the minority, but using NPM packages that have changed over to modules continue to be one of my biggest annoyances in NodeJS:
npm install node-fetch const fetch = require('node-fetch'); Error [ERR_REQUIRE_ESM]: require() of ES Module npm install node-fetch@2
https://nodejs.org/docs/latest-v22.x/api/globals.html#fetch
Maybe I'm in the minority, but using NPM packages that have changed over to modules continue to be one of my biggest annoyances in NodeJS: