Skip to content

Commit 82037b4

Browse files
kantljharb
authored andcommitted
[Docs] clean up a bit
1 parent 7b0a46e commit 82037b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ If you want to install a new version of io.js and migrate npm packages from a pr
333333
nvm install iojs --reinstall-packages-from=iojs
334334
```
335335

336-
The same guidelines mentioned for migrating npm packages in Node.js are applicable to io.js.
336+
The same guidelines mentioned for migrating npm packages in node are applicable to io.js.
337337

338338
### System version of node
339339

@@ -704,7 +704,7 @@ For more information and documentation about docker, please refer to its officia
704704
705705
## Problems
706706
707-
- 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:
707+
- 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:
708708
709709
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
710710

0 commit comments

Comments
 (0)