Skip to content

๐Ÿ“ฆNPM Fix: A quick way to reset npm dependencies in your project

License

Notifications You must be signed in to change notification settings

ItsJonQ/npm-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ฆ NPM Fix

npm version

A quick way to reset npm dependencies in your project

  • 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

About

๐Ÿ“ฆNPM Fix: A quick way to reset npm dependencies in your project

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published