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

    To publish and install packages to and from the public npm registry or a private npm registry, you must install Node.js and the npm command line interface using either a Node version manager or a Node …

  2. install - npm Docs

    To publish and install packages to and from the public npm registry, you must install Node.js and the npm command line interface using either a Node version manager or a Node installer.

  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 not …

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

    Option 1: edit your Windows installation's PATH to put %appdata%\npm before %ProgramFiles%\nodejs. Remember that you'll need to restart cmd.exe (and potentially restart …

  5. npm-update | npm Docs

    Run all build scripts (ie, preinstall, install, and postinstall) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process.

  6. 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.

  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 not …

  8. npm-bin | npm Docs

    Note: This command is unaware of workspaces. Description Print the folder where npm will install executables. Configuration global Default: false Type: Boolean Operates in "global" mode, so that …

  9. npx | npm Docs

    The npx binary was rewritten in npm v7.0.0, and the standalone npx package deprecated at that time. npx uses the npm exec command instead of a separate argument parser and install process, with …

  10. npm | npm Docs

    npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently.