From 629b51ebf1284694e91eb5936b1aabbc421dbb32 Mon Sep 17 00:00:00 2001 From: alessioalex Date: Mon, 14 Nov 2011 16:16:09 +0200 Subject: [PATCH] alias node for sudoers in documentation --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 3d3d02e..c9e4ea5 100644 --- a/README.markdown +++ b/README.markdown @@ -44,3 +44,7 @@ To set a default Node version to be used in any new shell, use the alias 'defaul If you try to install a node version and the installation fails, be sure to delete the node downloads from src (~/.nvm/src/) or you might get an error when trying to reinstall them again or you might get an error like the following: curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. + +Where's my 'sudo node'? Checkout this link: + + https://github.com/creationix/nvm/issues/43