Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

reinstall

scottcorgan2.2kMIT2.0.0

Reinstall package's node modules without cache

install, node_modules, cache, clean, remove

readme

reinstall

Reinstall package's node modules without cache.

  • Removes node_modules directory
  • Clean's NPM cache
  • Install's modules from package.json

Install

npm install reinstall -g

Usage

reinstall

That's it.