puppet-nodejs icon indicating copy to clipboard operation
puppet-nodejs copied to clipboard

nodejs::npm::global_config_entry: reimplement using ini_setting

Open kenyon opened this issue 4 years ago • 1 comments

Manage npm global config entries using the ini_setting resource instead of exec resources using npm config commands.

Closes #439 and #436

kenyon avatar Mar 08 '21 00:03 kenyon

Seems like something weird about npm in docker: it wants to use /usr/etc/npmrc instead of /etc/npmrc, but of course /usr/etc doesn't exist.

kenyon avatar Mar 08 '21 00:03 kenyon