You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ If you want to install a new version of io.js and migrate npm packages from a pr
333
333
nvm install iojs --reinstall-packages-from=iojs
334
334
```
335
335
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.
337
337
338
338
### System version of node
339
339
@@ -704,7 +704,7 @@ For more information and documentation about docker, please refer to its officia
704
704
705
705
## Problems
706
706
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:
708
708
709
709
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
0 commit comments