#Is it possible to import the OpenDDS node package

3 messages · Page 1 of 1 (latest)

solar sail
#

I'd like to make a REST API that also interacts with opendds, they have a Node package, https://www.npmjs.com/package/opendds, but it uses node-gyp to compile some native code. From what I can tell the status of native code in deno is not certain? Is it possible to use this package within Deno?

normal ether
#

are you encountering an error? have you tried using it?

solar sail
#

yea, when I try importing it I get error: Uncaught Error: Could not load node-opendds addon module at Object.<anonymous> (file:///home/tyler/.cache/deno/npm/registry.npmjs.org/opendds/0.2.1/lib/node-opendds.js:11:11) at Object.<anonymous> (file:///home/tyler/.cache/deno/npm/registry.npmjs.org/opendds/0.2.1/lib/node-opendds.js:16:4) at Module._compile (node:module:718:36) at Object.Module._extensions..js (node:module:737:12) at Module.load (node:module:652:34) at Function.Module._load (node:module:534:16) at Module.require (node:module:671:23) at require (node:module:771:20) at file:///home/tyler/.cache/deno/npm/registry.npmjs.org/opendds/0.2.1/lib/node-opendds.js:3:13