Huddly / sdk

Huddly's Software Development Kit (SDK) used to interact with the camera by third-party applications
MIT License
14 stars 8 forks source link

Module not found error #585

Open avassist opened 4 months ago

avassist commented 4 months ago

Help I get this error below when trying to set up the Huddly SDK instance in node.js

const HuddlyDeviceAPIUSB = require('@huddly/device-api-usb').default; Uncaught Error: Cannot find module '@huddly/device-api-usb' Require stack:

  • at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15) at Function.Module._load (node:internal/modules/cjs/loader:873:27) at Module.require (node:internal/modules/cjs/loader:1100:19) at require (node:internal/modules/cjs/helpers:119:18) { code: 'MODULE_NOT_FOUND', requireStack: [ '' ]