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
mkdir myProject; cd myProject
npm init
npm i --save redux-rx
node -e "require('redux-rx')"
Error: Cannot find module 'rx'
npm i --save rx
Error: Cannot find module 'redux'
npm i --save redux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mkdir myProject; cd myProject
(completely fresh project)npm init
(and hit enter a bunch of times)npm i --save redux-rx
node -e "require('redux-rx')"
Error: Cannot find module 'rx'
npm i --save rx
node -e "require('redux-rx')"
Error: Cannot find module 'redux'
npm i --save redux
node -e "require('redux-rx')"
The text was updated successfully, but these errors were encountered: