nodesource / ansible-nodejs-role

Ansible Role for Node.js Binary Install
MIT License
131 stars 47 forks source link

Previous installed Node doesn't get upgraded #39

Open koenpunt opened 7 years ago

koenpunt commented 7 years ago

When there's already a version of node installed (in my case v0.10.33), it doesn't update the package.

If however I manually run apt-get upgrade on the server, it presents nodejs as being upgradeable.