Switch to Node.js 4.x
aneesh-neelam opened this issue · 0 comments
aneesh-neelam commented
Switch to the latest release of Node.js.
The Node.js and io.js codebases have been merged and this is the first combined release. Ensure that Heroku's Node.js buildpack, set as stable
, provides Node.js 4.x, and that all npm packages and their add-ons work with the new release.
Also, do set it up on our DigitalOcean server. Use NodeSource Binary Distributions for that and on any other Linux systems.
Do change all executable scripts in bin
and test
to #!/usr/bin/env node
, and change engines
in package.json.