There is a trend to make NPM modules ESM only. I’ve ran across several today, here are 6 just for example that I ran across today: tempy, pkg-dir, execa, node-fetch, node-data-uri-to-buffer, fetch-blob. Jest has some experimental support for loading ESM files. After reading their documentation, I figured what they were…