Hi everyone,
I am trying to use enigma.js to access the Engine API from within a mashup, but am having an issue when trying to specify the schema.
Following the instructions from here https://github.com/qlik-oss/enigma.js/blob/master/docs/api.md#enigmacreateconfig,
I add the line:
const schema = require('../enigma/schemas/12.170.2.json');
but I get an error message in the console:
I know that the json file is accessible as I can access it directly through my browser, so does anyone have any ideas?
Thanks in advance.