b24 icon indicating copy to clipboard operation
b24 copied to clipboard

Unable to resolve module `querystring` from `../../node_modules/b24/dist/index.js`

Open mahardikaindra opened this issue 7 years ago • 3 comments

when I implement this library, the project displays this error Unable to resolve module 'querystring'. from '/../../node_modules/b24/dist/index.js' . please resolve this error

mahardikaindra avatar Jan 06 '18 07:01 mahardikaindra

Hi, Can you give more detailed information, like what node.js version you running on and how you use this library?

setyongr avatar Jan 06 '18 13:01 setyongr

Hi, I'm using node v8.9.3 on Mac OS, and I use this library when creating a global variable in my class

const b24 = require('b24'); class app { constructor() { .... } }

I implemented in React Native.

mahardikaindra avatar Jan 07 '18 04:01 mahardikaindra

Oh i see, thats because this library using querystring that only available in node.js. I need to find querystring alternative that work with React Native

setyongr avatar Jan 17 '18 06:01 setyongr