soundcloud-redux icon indicating copy to clipboard operation
soundcloud-redux copied to clipboard

node requirement

Open ajhsu opened this issue 8 years ago • 1 comments

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.

ajhsu avatar Feb 08 '17 16:02 ajhsu

package.json lists:

  "engines": {
    "node": ">=8.2"
  },

seantcanavan avatar Jan 18 '21 15:01 seantcanavan