voxpupuli / puppet-nodejs

Puppet module to install nodejs and global npm packages
https://forge.puppet.com/puppet/nodejs
Apache License 2.0
113 stars 248 forks source link

Default to a newer Nodejs version (8.x) #356

Closed juniorsysadmin closed 6 years ago

juniorsysadmin commented 6 years ago

As noticed in #355 this module defaults to installing 0.10.x which is outdated and no longer gets security updates. We should install something more recent by default - perhaps 8.x given that it is LTS. At the moment, with 0.10.x set it will fail on Debian 9 (Stretch), Ubuntu 17.10 (Artful) and Fedora with the default values.