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

Cannot resolve module 'redux' #38

Open
mikejmoore opened this issue Feb 16, 2017 · 3 comments
Open

Cannot resolve module 'redux' #38

mikejmoore opened this issue Feb 16, 2017 · 3 comments

Comments

@mikejmoore
Copy link

Kind of new to node and react. Followed the instructions, but see several errors when doing "npm run dev". All errors complain about module redux:

ERROR in ./src/store/configureStore.dev.js
Module not found: Error: Cannot resolve module 'redux' in /Users/mikemoore/code/nodejs/simple-redux-boilerplate/src/store
@ ./src/store/configureStore.dev.js 3:13-29

Using: npm version 3.10.10 and node 6.9.5

@mikejmoore
Copy link
Author

Ok, fixed the problem with:

npm install redux --save

@squalvj
Copy link

squalvj commented Aug 18, 2018

you can close your issue if u solved it bro

@xgqfrms
Copy link

xgqfrms commented May 14, 2019

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

3 participants