0.0.4 ā€¢ Published 5 years ago

npm-fix-cli v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

šŸ“¦ NPM Fix

A quick way to reset npm dependencies in your project

npm version

  • Removes package-lock.json
  • Removes node_modules
  • Downloads dependencies again
šŸ“¦  NPM Fix

šŸ”  Analyzing...

Project details
--------------------------------------------
npm    version   5.8.0
npm    user      itsjonq
--------------------------------------------

šŸ’Ŗ  Fixing...

  āœ” [1/4] šŸ”Œ  Checking connection...
  āœ” [2/4] šŸ”“  Removing package-lock.json...
  āœ” [3/4] šŸ“¦  Removing node_modules...
  āœ” [4/4] šŸšš  Fetching packages...

Success!

āœØ  Have fun developing!

Installation

npm install -g npm-fix-cli

Usage

To use npm-fix, run the command after installing it on your computer:

npm-fix

Note

Only use this if npm is giving you issues. Otherwise, opt for:

npm install

Or:

npm ci