About 319 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 …

  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 …

  4. workspaces - npm Docs

    Automating the linking process as part of npm install and avoiding manually having to use npm link in order to add references to packages that should be symlinked into the current …

  5. CLI Commands | npm Docs

    Run a command from an npm package npm explain Explain installed packages npm explore Browse an installed package npm find-dupes Find duplication in the package tree

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

  7. npm-init | npm Docs

    Jun 14, 2018 · If the initializer is omitted (by just calling npm init), init will fall back to legacy init behavior. It will ask you a bunch of questions, and then write a package.json for you.

  8. npm Docs

    npm Docs Documentation for the npm registry, website, and command-line interface

  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 …

  10. package.json - npm Docs

    A lot of packages have one or more executable files that they'd like to install into the PATH. npm makes this pretty easy (in fact, it uses this feature to install the "npm" executable.)