- Joined
- Jan 26, 2023
- Messages
- 1
- Reaction score
- 0
I'm running into a problem with this libary. I have asked chatGPT, but it aint givin me adequate answers.
This is the code:
const vMix = require('node-vmix')
const vmx = new vMix({
host: '192.168.1.102',
port: 8088
});
This is the error i get:
const vmx = new vMix(
^
TypeError: vMix is not a constructor
I have Node.js installed and also have installed vmix-js-utils with npm flawlessly.
I tried installing different versions of this libary and i also installed the latest node.js
Here is the documentation: https://github.com/jensstigaard/node-vmix
This is the code:
const vMix = require('node-vmix')
const vmx = new vMix({
host: '192.168.1.102',
port: 8088
});
This is the error i get:
const vmx = new vMix(
^
TypeError: vMix is not a constructor
I have Node.js installed and also have installed vmix-js-utils with npm flawlessly.
I tried installing different versions of this libary and i also installed the latest node.js
Here is the documentation: https://github.com/jensstigaard/node-vmix