</>AboutAbout
CTRL K
CTRL K
  • Introduction
    • Authentication with Google NextAuth and Strapi
    • Add Remove Items with Strapi Connect Disconnect
    • Automatic Deploy with Yaml
    • Deploy Nginx Strapi to Cloud
    • Pm2 Ecosystem for Ubuntu Vps
    • Send Email with Strapi and Nodemailer
    • Simpifly API Response in Strapi 4
    • Strapi Basic Server
    • Update User Me
    • User Login
    • Get Mobile Device Server Side
    • Getserver Session Returning Null
    • Filter
    • Loops
      • Cn Tailwind Function
      • Localstorate Util
    • Npm Discard All Changes
    • Npm Install Shortcut
    • Npm Uninstall Shortcut
    • Markdown with Line Breaks
npm
Npm Install Shortcut

A very short shortcut to uninstall a package

No more long typing I-N-S-T-A-L-L

Instead of running:

npm install <package-name>

Run:

npm i <package-name>

OR

npm i -g <package-name>

for global packages.

Last updated on January 14, 2025
Npm Discard All ChangesNpm Uninstall Shortcut