From 4b97c3addb246274cd7e8432edd537e0bdf60b63 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Tue, 5 Nov 2019 14:55:08 -0500 Subject: deps: update npm to 6.13.0 PR-URL: https://github.com/nodejs/node/pull/30271 Reviewed-By: Jiawen Geng Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater --- deps/npm/html/doc/cli/npm-restart.html | 56 ---------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 deps/npm/html/doc/cli/npm-restart.html (limited to 'deps/npm/html/doc/cli/npm-restart.html') diff --git a/deps/npm/html/doc/cli/npm-restart.html b/deps/npm/html/doc/cli/npm-restart.html deleted file mode 100644 index e827f2064d..0000000000 --- a/deps/npm/html/doc/cli/npm-restart.html +++ /dev/null @@ -1,56 +0,0 @@ - - - npm-restart - - - - - - -
- -

npm-restart

Restart a package

-

SYNOPSIS

-
npm restart [-- <args>]

DESCRIPTION

-

This restarts a package.

-

This runs a package's "stop", "restart", and "start" scripts, and associated -pre- and post- scripts, in the order given below:

-
    -
  1. prerestart
  2. -
  3. prestop
  4. -
  5. stop
  6. -
  7. poststop
  8. -
  9. restart
  10. -
  11. prestart
  12. -
  13. start
  14. -
  15. poststart
  16. -
  17. postrestart
  18. -
-

NOTE

-

Note that the "restart" script is run in addition to the "stop" -and "start" scripts, not instead of them.

-

This is the behavior as of npm major version 2. A change in this -behavior will be accompanied by an increase in major version number

-

SEE ALSO

- - -
- - - - - - - - - - - - -- cgit v1.2.3