Skip to content

Commit f63d37a

Browse files
committed
Merge pull request #12 from brock/node-reinstall
Node reinstall
2 parents 650dc21 + 51067b9 commit f63d37a

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed

_posts/2015-03-04-node-reinstall.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: post
3+
title: "node-reinstall"
4+
description: "Complete Node Reinstall. This deletes everything, yes everything, and re-installs Node and NPM with NVM, then re-installs global NPM modules."
5+
category: nodejs
6+
tags: [osx, nodejs]
7+
---
8+
9+
This package re-installs Node.js and NPM using NVM or Nave.
10+
11+
## Usage
12+
13+
`node-reinstall` can typically be run as-is, though you can specify several arguments to customize to your liking.
14+
15+
```
16+
$ node-reinstall
17+
```
18+
19+
completely re-installs Node & NPM and any global node modules.
20+
It re-installs Node using NVM or Nave
21+
22+
```
23+
$ node-reinstall -h
24+
```
25+
Usage: node-reinstall [--nave|--nvm] [-h|--help] [-v|--version] [NODE_VERSION]
26+
27+
## Commands:
28+
29+
```
30+
node-reinstall re-install node and npm using nvm
31+
node-reinstall -h [--help] show help
32+
node-reinstall -v [--version] show the node-reinstall version number
33+
node-reinstall --nave re-install using nave
34+
node-reinstall --npm re-install using nvm (the default)
35+
node-reinstall 0.12 specify a default node version (currently 0.10)
36+
```
37+
38+
## Links
39+
40+
* [Source Code (Github)](https://github.com/brock/node-reinstall)
41+
* [Author: Brock Angelo](https://github.com/brock)
42+

_posts/2015-03-04-nodereinstall.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)