Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions _posts/2015-03-04-node-reinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ $ node-reinstall -h
## Commands:

```
node-reinstall re-install node and npm using nvm
node-reinstall -h [--help] show help
node-reinstall -v [--version] show the node-reinstall version number
node-reinstall --nave re-install using nave
node-reinstall --npm re-install using nvm (the default)
node-reinstall 0.12 specify a default node version (currently 0.10)
node-reinstall re-install node and npm using nvm
node-reinstall -h [--help] show help
node-reinstall -v [--version] show the node-reinstall version number
node-reinstall --nave re-install using nave
node-reinstall --nvm re-install using nvm (the default)
node-reinstall 0.12 specify a default node version (currently 0.10)
```

## Links
Expand Down