About 400 results
Open links in new tab
  1. Downloading and installing Node.js and npm - npm Docs

    We strongly recommend using a Node version manager like nvm to install Node.js and npm. We do not recommend using a Node installer, since the Node installation process installs npm in a …

  2. install - npm Docs

    We strongly recommend using a Node version manager to install Node.js and npm. We do not recommend using a Node installer, since the Node installation process installs npm in a …

  3. npm-install - npm Docs

    By default, npm install will install all modules listed as dependencies in package.json. With the --production flag (or when the NODE_ENV environment variable is set to production), npm will …

  4. Try the latest stable version of npm - npm Docs

    The Node installer installs, directly into the npm folder, a special piece of Windows-specific configuration that tells npm where to install global packages. When npm is used to install itself, …

  5. folders - npm Docs

    If the global config is set to true, then npm will install packages "globally". For global installation, packages are installed roughly the same way, but using the folders described above.

  6. npmrc | npm Docs

    npm gets its config settings from the command line, environment variables, and npmrc files. The npm config command can be used to update and edit the contents of the user and global …

  7. npm-install - npm Docs

    By default, npm install will install all modules listed as dependencies in package.json. With the --production flag (or when the NODE_ENV environment variable is set to production), npm will …

  8. npm-ci | npm Docs

    This command is similar to npm install, except it's meant to be used in automated environments such as test platforms, continuous integration, and deployment -- or any situation where you …

  9. npm-link | npm Docs

    Description This is handy for installing your own stuff, so that you can work on it and test iteratively without having to continually rebuild. Package linking is a two-step process.

  10. CLI Commands - npm Docs

    Select CLI Version: Version 9.9.4 (Legacy) npm JavaScript package manager npm access Set access level on published packages npm adduser Add a registry user account