NodeJs versions manager

Developing NodeJS nowadays, you find yourself required to move between different versions of node either because you have old apps using previous versions of node, wanna try out new stuff with the latest version (v10.5) or develop new stuff using the recommended version (v 8.11). There are several ways to switch between node versions including…… Continue reading NodeJs versions manager

Published
Categorized as Setup

Remove NodeJS from OSX

At times you can find yourself struggling with a NodeJs version conflict while trying to upgrade a newer node version or maybe you want to start using some versioning manager and want to start fresh. To remove nodejs from OSX when it might have been installed in several different ways, such as: Install from site…… Continue reading Remove NodeJS from OSX

Published
Categorized as Setup