I’ve seen
Importing ES6 modules in CommonJS Node app?
How to use ES6 modules with commonjs
and https://nodejs.org/api/esm.html#esm_enabling
And I still don’t get it. Fairly new to javascript.
The fundamental question is “What do I need to do and where do the bits go that enable me to use ES6 modules inside CommonJS?