Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mahardikaindra opened this issue Jan 6, 2018 · 3 comments

Comments

@mahardikaindra
Copy link

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

@setyongr
Copy link
Owner

setyongr commented Jan 6, 2018

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

@mahardikaindra
Copy link
Author

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.

@setyongr
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants