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 react-redux && Unable to resolve module querystring #124

Open
newfylox opened this issue Aug 18, 2017 · 1 comment

Comments

@newfylox
Copy link

I have "redux-auth": "0.0.5-beta5" in my package.json file and I try to use the component <EmailSignInForm /> from the default-theme.

default-theme.js is complaining because it doesn't find the module react-redux that is required in it. I can see that react-redux is only a devDependencies in your project.

If I installed react-redux manually, index.js is unable to resolve module querystring (there's a require("querystring") somewhere) but I see that your project uses the module query-string (notice the hyphen in the word that is different)

Maybe there's something wrong that I am doing? I thought that all those dependencies would be resolved by installing your project.

Thanks

@Galileuu
Copy link

I'm having the same issue

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