We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Ok, fixed the problem with:
npm install redux --save
Sorry, something went wrong.
you can close your issue if u solved it bro
atlassian/react-beautiful-dnd#532 (comment)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: