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

Add parameters to allow the creation of .npmrc on Windows #366

Open juniorsysadmin opened 6 years ago

juniorsysadmin commented 6 years ago

Add parameters (with defaults) like: $npmrc_owner $npmrc_group $npmrc_mode

to allow the creation of the .npmrc file on Windows.

See #364