# npm uninstall > Remove a package. > More information: . - Remove a package from the current project: `npm uninstall {{package_name}}` - Remove a package globally: `npm uninstall -g {{package_name}}` - Remove multiple packages at once: `npm uninstall {{package_name1 package_name2 ...}}`