logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

npm Uninstall - Remove Packages | Online Free DevTools by Hexmos

Uninstall packages easily with npm Uninstall. Remove project dependencies and global modules quickly. Free online tool, no registration required.

npm-uninstall

Remove a package. More information: https://docs.npmjs.com/cli/npm-uninstall.

  • Remove a package from the current project:

npm {{[r|uninstall]}} {{package_name}}

  • Remove a package globally:

npm {{[r|uninstall]}} {{[-g|--global]}} {{package_name}}

  • Remove multiple packages at once:

npm {{[r|uninstall]}} {{package_name1 package_name2 ...}}

See Also