Bower is installed with the npm provider. But the npm provider is only available in a second puppet run because it is installed in the first run by component::nodejs and the provider is checking if the npm binary exists before the catalog gets applied.
Bower is installed with the
npm
provider. But thenpm
provider is only available in a second puppet run because it is installed in the first run bycomponent::nodejs
and the provider is checking if thenpm
binary exists before the catalog gets applied.