Go to file
zhouganqing f746ed5b5f changed debian/source/format to native 2023-02-16 14:46:18 +08:00
.github Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
bin Use the Debian packaged version of node-gyp instead 2023-02-16 14:46:17 +08:00
changelogs Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
debian changed debian/source/format to native 2023-02-16 14:46:18 +08:00
docs Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
lib don't check for last version 2023-02-16 14:46:17 +08:00
node_modules Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
scripts Use source-date-epoch as timestamp source for documentation 2023-02-16 14:46:17 +08:00
smoke-tests Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
tap-snapshots Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
test Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
workspaces Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
.eslintrc.json Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
.gitattributes Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
.gitignore Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
.licensee.json Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
.mailmap Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
.npmrc Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
AUTHORS Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
CHANGELOG.md Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
CONTRIBUTING.md Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
LICENSE Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
Makefile don't install dependencies during build 2023-02-16 14:46:17 +08:00
README.md Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
SECURITY.md Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
configure Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
index.js Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
make.bat Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
netlify.toml Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
package-lock.json Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00
package.json Import Upstream version 8.5.1~ds 2023-02-16 14:45:21 +08:00

README.md

GitHub Workflow Status (branch) Coveralls github branch

npm - a JavaScript package manager

Requirements

One of the following versions of Node.js must be installed to run npm:

  • 12.x.x >= 12.13.0
  • 14.x.x >= 14.15.0
  • 16.0.0 or higher

Installation

npm comes bundled with node, & most third-party distributions, by default. Officially supported downloads/distributions can be found at: nodejs.org/en/download

Direct Download

You can download & install npm directly from npmjs.com using our custom install.sh script:

curl -qL https://www.npmjs.com/install.sh | sh

Node Version Managers

If you're looking to manage multiple versions of node &/or npm, consider using a "Node Version Manager" such as:

Usage

npm <command>
  • Documentation - Official docs & how-tos for all things npm
    • Note: you can also search docs locally with npm help-search <query>
  • Bug Tracker - Search or submit bugs against the CLI
  • Roadmap - Track & follow along with our public roadmap
  • Feedback - Contribute ideas & discussion around the npm registry, website & CLI
  • RFCs - Contribute ideas & specifications for the API/design of the npm CLI
  • Service Status - Monitor the current status & see incident reports for the website & registry
  • Project Status - See the health of all our maintained OSS projects in one view
  • Events Calendar - Keep track of our Open RFC calls, releases, meetups, conferences & more
  • Support - Experiencing problems with the npm website or registry? File a ticket here

Acknowledgments

  • npm is configured to use the npm Public Registry at https://registry.npmjs.org by default; Usage of this registry is subject to Terms of Use available at https://npmjs.com/policies/terms
  • You can configure npm to use any other compatible registry you prefer. You can read more about configuring third-party registries here

FAQ on Branding

Is it "npm" or "NPM" or "Npm"?

npm should never be capitalized unless it is being displayed in a location that is customarily all-capitals (ex. titles on man pages).

Is "npm" an acronym for "Node Package Manager"?

Contrary to popular belief, npm is not in fact an acronym for "Node Package Manager"; It is a recursive bacronymic abbreviation for "npm is not an acronym" (if the project was named "ninaa", then it would be an acronym). The precursor to npm was actually a bash utility named "pm", which was the shortform name of "pkgmakeinst" - a bash function that installed various things on various platforms. If npm were to ever have been considered an acronym, it would be as "node pm" or, potentially "new pm".