1.0.1 • Published 6 years ago

nvm-reinstall-packages v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

nvm-reinstall-packages

reinstall-packages for nvm

Why

The reinstall-packages command of offical nvm consumes lots of inode when some of the global node modules installed as symbolic links.

Install

npm install nvm-reinstall-packages -g

Usage

Ensure you have nvm installed first.

$ nvm-reinstall-packages --help

  Usage
    $ nvm-reinstall-packages <from-version>

  Options
    --list  Lists packages only, without installation

  Examples
    $ nvm-reinstall-packages 7.10.1

Related

License

The MIT License