const templateHTML = ` `; const {JSDOM} = require('jsdom'); try { new JSDOM(templateHTML, {runScripts:'dangerously'}); console.log('JSDOM OK'); } catch(e) { console.error('ERR:', e.message); }