I have a problem with installing react-redux from github. I downloaded the zip file into my folder and now what to install react-redux with the usual command:
npm install --save react-redux
I ran the command having my zip file extracted in the redux test folder.
I believe I'm not supposed to install the react redux into the same folder as the extracted zip file but how do I Then reference the zip extraction so that redux know where it is?

npm install --save react-redux, it'll do everything for you.npm install --save reactjs/react-reduxnpm install --save reactas well. React-Redux doesn't work without having React >= 0.14 installed too.