[Docs] clean up a bit

Darío Hereñú 2017-10-06 01:54:07 -03:00 committed by Jordan Harband
parent 7b0a46eafb
commit 82037b41b1
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 2 additions and 2 deletions

View File

@ -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.