grtjn / mlvagrant

Scripts for bootstrapping a local MarkLogic cluster for development purposes using https://www.vagrantup.com/ and https://www.virtualbox.org/.
Apache License 2.0
19 stars 16 forks source link

Upgrade NodeJS #100

Closed grtjn closed 7 years ago

grtjn commented 8 years ago

Instead of installing the default (still stuck at 0.10), it should either download/install v4/v6 directly, or attempt to upgrade the default to v4/v6..

grtjn commented 8 years ago

To add to this: 0.10 is close to become unsupported: https://github.com/marklogic/slush-marklogic-node/issues/386

grtjn commented 7 years ago

Sounds fairly easy. Considering moving forward with this. Steps should roughly be:

grtjn commented 7 years ago

Latest procedures: https://nodejs.org/en/download/package-manager/

Note the extra use of sudo, particularly in front of bash -, that is necessary..

grtjn commented 7 years ago

Putting this behind an install_nodejs_lts flag, enabling it by default.