Skip to main content Skip to primary sidebar

Node

List and Update Outdated Global Packages in NPM

Node is an extremely dynamic platform that is always changing. Packages have frequent updates, and as a personal preference, I like to update my global packages frequently. I feel comfortable doing this because each individual application I develop defines dependencies and dependency versions in it’s own package.json file. As always, I take zero responsibility and […]

Set Default Node Version in NVM | Ubuntu 14.04 LTS and OSX

I have been working with Node a lot lately and one of my frustrations was getting the Node Version Manager (NVM) to recognize a default version. After some google searching, I found some answers and after some trial and error, I found a solution that works on both my desktop development machine (Ubuntu 14.04 LTS) […]