Search for npm Packages
npm·1 min read·Jan 1, 2026
When using npm, there are essentially two ways to search for packages:
- The website
- The npm CLI
Search for a package on the npm website
To search for a package on the npm website, you can:
-
Navigate to the official npm website at www.npmjs.com:
-
Type generic keywords in the search bar, such as
arrayorstring, or exact package names, such asexpressoraxios: