3.1.0 ā€¢ Published 5 years ago

npm-reinstall v3.1.0

Weekly downloads
557
License
MIT
Repository
github
Last release
5 years ago

NPM Reinstall

license GitHub top language npm npm Travis TSLint Gitmoji

šŸ”„ Just reinstall NPM package.

Screenshot

What does this package do?

npm-reinstall will uninstall and install your packages again.

Installation

NPM

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. šŸ™‚

3.1.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago