You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case -1: I want to access module 'ref-napi' outside ibmmq lib to apply my custom method to store some value. if i install this package it's showing different type. I am looking ibmmq ref-napi one. Is there possible to install ref-napi? or how can i point from my file.
Case-2: I am getting exception during call custom method inside ibmmq lib mqi.js
Error is: Error: Cannot find module 'ref-napi'
But i did declaration
var ref = require('ref-napi');
var ffi = require('ffi-napi');
var StructType = require('ref-struct-di')(ref);
var ArrayType = require('ref-array-di')(ref);
The text was updated successfully, but these errors were encountered:
Neither ref-napi nor ffi-napi are direct (or as of current, indirect) dependencies of ibmmq
ffi-napi used to be a direct dependency, with ref-napi a consequental indirect dependency, but it was unstable, and was removed in favour of pre-building the c code in \src into the Node FFI into the C layer MQI
Case -1: I want to access module 'ref-napi' outside ibmmq lib to apply my custom method to store some value. if i install this package it's showing different type. I am looking ibmmq ref-napi one. Is there possible to install ref-napi? or how can i point from my file.
Case-2: I am getting exception during call custom method inside ibmmq lib mqi.js
Error is: Error: Cannot find module 'ref-napi'
But i did declaration
var ref = require('ref-napi');
var ffi = require('ffi-napi');
var StructType = require('ref-struct-di')(ref);
var ArrayType = require('ref-array-di')(ref);
The text was updated successfully, but these errors were encountered: