Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 300 Bytes

uninstall.md

File metadata and controls

19 lines (13 loc) · 300 Bytes

npm-rm(1) -- Remove a package

SYNOPSIS

npm rm <name>
npm uninstall <name>

DESCRIPTION

This uninstalls a package, completely removing everything npm installed on its behalf.

SEE ALSO

  • npm-prune(1)
  • npm-install(1)
  • npm-folders(1)
  • npm-config(1)