b24
b24 copied to clipboard
Unable to resolve module `querystring` from `../../node_modules/b24/dist/index.js`
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
Hi, Can you give more detailed information, like what node.js version you running on and how you use this library?
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.
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