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

can't resolve 'querystring' in node_modules\react-instagram-embed\es' #365

Open
Kessyblaise1 opened this issue Feb 4, 2022 · 4 comments

Comments

@Kessyblaise1
Copy link

This is the error i get

_Module not found: Error: Can't resolve 'querystring' in \node_modules\react-instagram-embed\es'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "querystring": require.resolve("querystring-es3") }'
- install 'querystring-es3'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "querystring": false }_

I have added my client access token and app id

@martinmorenoc
Copy link

Same error

@theo-wall
Copy link

theo-wall commented Feb 25, 2022

I'm having the same issue. Anyone figure out a work around?

@asiflhr
Copy link

asiflhr commented Apr 2, 2022

same error i got

@ShadowScripts1
Copy link

i got the same error and have been looking for a way around it
I have installed ''querystring-es3" but to no avail

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

5 participants