Posts tagged with version

Running multiple versions of Node.js

Like Ruby with RVM and rbenv, Node.js has its own version manager called n.

Tagging version in Git

Using tags to mark versions in your Git repository is a must, especially when publishing your own libraries.