Change node.js versionCristi DraghiciJune 26, 2016Programming / Development Use the following commands to change the node.js version: sudo npm cache clean -f sudo npm install -g n sudo n 5.1.1 Instead of 5.1.1 you can write the version you want. # node.js# npm Previous Post devdojo – A nice tutorial site Next Post OS X – Change owner recursively on current folder