sous-chefs/nodejs

Amazon Linux - npm not installed via npm recipe

Closed this issue · 1 comments

Cookbook version

Latest

Chef-client version

12.5.1

Platform Details

Amazon Linux

Scenario:

Trying to install npm

Steps to Reproduce:

include nodejs cookbook in run list

Expected Result:

npm installs

Actual Result:

Nothing happens

I suspect this is because the npm install method defaults to embedded and on rhel/fedora npm is not a package that is installed by default.

This should be changed.

Please disregard. I was using a forked copy and didn't realize it. Doh!