You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the module to install Node on OSX, I get the following errors:
Error: /Package[nodejs]: Provider macports is not functional on this host
Error: /Package[nodejs-devel]: Provider macports is not functional on this host
Error: /Package[npm]: Provider macports is not functional on this host
I use Homebrew to install node on the system. I don't use Macports anywhere on our network.
I need a way to tell the module to use Brew instead of Macports.
The text was updated successfully, but these errors were encountered:
amosshapira
changed the title
Darwin required macports, but I install node using Brew
Darwin requires macports, but I install node using Brew
Jul 1, 2016
So this seems to be annoyingly easy and really hard at the same time. To get it to use homebrew you can edit the params.pp file and change line 171 to read
Package { provider => 'homebrew' }
Problem is I can't think of an elegent way to let people set that value (so as to not change current functionality) as the params class doesn't take inputs and moving the entire case statement out of the params.pp seems a little extreme for a simple fix pull request.
When using the module to install Node on OSX, I get the following errors:
I use Homebrew to install node on the system. I don't use Macports anywhere on our network.
I need a way to tell the module to use Brew instead of Macports.
The text was updated successfully, but these errors were encountered: