Browse Source

[Docs] clean up a bit

master
Darío Hereñú 7 years ago committed by Jordan Harband
parent
commit
82037b41b1
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
  1. 4
      README.md

4
README.md

@ -333,7 +333,7 @@ If you want to install a new version of io.js and migrate npm packages from a pr @@ -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 @@ -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.

Loading…
Cancel
Save