Hello, Does the NodeJs package work when running a node js file on windows (nodejs for windows)? I've added the package by running npm install <package location folder>
I have the following index.js file, but when running from node (windows) I get the following error. Does the NodeJs package build the output files when the package is added or does it just assume linux as the underlying os?
Error: Cannot find module './bin/winx64/irisnative.node'
const IRISNative = require('intersystems-iris-native')
let connectionInfo = {
host: 'myserver',
port: 1972,
ns: 'USER',




.png)

