Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.
I'm trying to install enigma.js through npm:
npm i -S enigma.js ws
and the version being retrieved is still 1.3.1 rather than 2.
+-- enigma.js@1.3.1
`-- ws@5.0.0
Would appreciate some guidance on this. Thanks in advance.
Turns out my package.json was set to 1.3.1. Updating it to 2.2.0 resolved the issue.
Turns out my package.json was set to 1.3.1. Updating it to 2.2.0 resolved the issue.