ansible-nodejs-role icon indicating copy to clipboard operation
ansible-nodejs-role copied to clipboard

Ansible Role for Node.js Binary Install

Results 20 ansible-nodejs-role issues
Sort by recently updated
recently updated
newest added

Be nice for updates like the 4.2 -> 4.3 update so you can bump the version in your requirements.yml file.

I did not see any other issues asking this same question, so I think I must be doing something wrong since it runs for other users. I am running the...

putting this note here .. we need to offer the same thing but for io.js

What happens if i want to use yum instead of apt? It doesn't work, do you know what the required changes would have to be to make it compatible?

Howdy! I was looking for an ansible way to install node, and since most of them go though the old PPA-- this was the only one that does it the...

Allow function to change versions of Node.js if the nodejs version variable changes to allow seamless porting between the available versions. Tested with DrupalVM on provision, and reprovision between both...

This causes issues with some npms, e.g. bower. To get around it I added the following to the task: ``` - name: Set place for global npms shell: npm config...

This is more of a question than a bug. Q: Does it make sense to register a variable for the "Install Node.js" task? I use this playbook to install node.js...

Currently Ubuntu 16.04 LTS (Xenial Xerus) is latest supported version. Can you add support for versions which are not EOLed?