Thanks you both. I’ve managed to get going by:
- adding a package.json file to my MM module (
npm init --yes
) - add my dependencies to this new file, then
npm install
- add a getScripts entry in my main js file, referencing the various dependencies included in my module