Topic

Npm

Packages, scripts, caches, and keeping your node_modules honest.

Featured in Npm

Brief guide to reinstalling npm packages using npm
Glory Kim
Glory Kim
Learn how to list globally and locally installed packages with npm, including their dependencies.
Razvan Ludosanu
Razvan Ludosanu

Articles in Npm

10

How To Reinstall Packages With Npm

Brief guide to reinstalling npm packages using npm

List Installed Npm Packages

Learn how to list globally and locally installed packages with npm, including their dependencies.

Check Npm Package Version

Check an npm package version within your project

Install NPM Packages From GitHub

Check an npm package version within your project

Clear npm Cache

Learn how to clear the npm cache on Linux, macOS, and Windows.

Install Dev Dependencies With npm

Learn how to install and update dev dependencies using the npm install command.

Removing npm Packages

Learn how to remove packages locally, globally, and from the registry using the npm uninstall command.

Execute Packages With npx And npm

Discover the power of npm's npx tool, a developer's best friend for running packages without global installs.

Re-Installing Npm

Learn how to reinstall Node.js and npm on macOS, Linux, and Windows using `curl`, `brew`, `apt`, `nvm`, and Node installer.

How To Update NPM

Learn how to update npm to a specific version using the npm, nvm, or npx commands.