From 82037b41b18e4e76971455f2ea6d68ef90a676a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 6 Oct 2017 01:54:07 -0300 Subject: [PATCH] [Docs] clean up a bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89927e2..0a49bf4 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ If you want to install a new version of io.js and migrate npm packages from a pr nvm install iojs --reinstall-packages-from=iojs ``` -The same guidelines mentioned for migrating npm packages in Node.js are applicable to io.js. +The same guidelines mentioned for migrating npm packages in node are applicable to io.js. ### System version of node @@ -704,7 +704,7 @@ For more information and documentation about docker, please refer to its officia ## 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: + - If you try to install a node version and the installation fails, be sure to run `nvm cache clear` to delete cached node downloads, or you might get an error like the following: curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.