From 0700d140653c4690d5cecd8237f4450284c3598a Mon Sep 17 00:00:00 2001 From: alessioalex Date: Mon, 14 Nov 2011 15:48:56 +0200 Subject: [PATCH] Remove downloads from /src if installation failed --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index 09c4d1d..3d3d02e 100644 --- a/README.markdown +++ b/README.markdown @@ -39,3 +39,8 @@ To set a default Node version to be used in any new shell, use the alias 'defaul nvm alias default v0.4.1 +## Problems + +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.