soundcloud-redux
                                
                                
                                
                                    soundcloud-redux copied to clipboard
                            
                            
                            
                        node requirement
After failed twice when doing npm install with [email protected], I found that package needs node >= 6.4 to build up.
So I think that it would be great to indicate specific node version that package required ( node >= 6.4 ) in README file.
package.json lists:
  "engines": {
    "node": ">=8.2"
  },