npm-reinstall
Version:
Just reinstall npm package.
55 lines (41 loc) ⢠2.6 kB
Markdown
# NPM Reinstall
[](./LICENSE)
[](https://github.com/gluons/npm-reinstall)
[](https://www.npmjs.com/package/npm-reinstall)
[](https://www.npmjs.com/package/npm-reinstall)
[](https://travis-ci.org/gluons/npm-reinstall)
[](https://github.com/gluons/tslint-config-gluons)
[](https://github.com/carloscuesta/gitmoji)
š Just reinstall [NPM](https://www.npmjs.com) package.

## What does this package do?
`npm-reinstall` will **uninstall** and **install** your packages again.
## Installation
[](https://www.npmjs.com/package/npm-reinstall)
```bash
npm install -g npm-reinstall
# or
yarn global add npm-reinstall
```
## Usage
```
Usage: reinstall [options] <package> ...
Dependency Options:
--global, -g Reinstall global package [boolean]
--save, -S Reinstall package in dependencies [boolean]
--save-dev, -D Reinstall package in devDependencies [boolean]
Options:
--help, -h Show help [boolean]
--version, -V Show version number [boolean]
--npm, -n Force to use npm [boolean]
--yarn, -y Force to use Yarn [boolean]
--pnpm, -p Force to use pnpm [boolean]
--verbose, -v Display more information [boolean]
Examples:
reinstall Reinstall all local packages in current working directory.
reinstall --global vue-cli Reinstall vue-cli globally
reinstall --save vue Reinstall vue as dependencies
reinstall --save-dev vue-loader Reinstall vue-loader as devDependencies
```
> `rin` is an alias for `reinstall`.
You can also use it. š