| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | .TH "NPM\-RESTART" "1" "August 2021" "" "".SH "NAME"\fBnpm-restart\fR \- Restart a package.SS Synopsis.P.RS 2.nfnpm restart [\-\- <args>].fi.RE.SS Description.PThis restarts a package\..PThis runs a package's "stop", "restart", and "start" scripts, and associatedpre\- and post\- scripts, in the order given below:.RS 0.IP 1. 3prerestart.IP 2. 3prestop.IP 3. 3stop.IP 4. 3poststop.IP 5. 3restart.IP 6. 3prestart.IP 7. 3start.IP 8. 3poststart.IP 9. 3postrestart.RE.SS Note.PNote that the "restart" script is run \fBin addition to\fR the "stop"and "start" scripts, not instead of them\..PThis is the behavior as of \fBnpm\fP major version 2\.  A change in thisbehavior will be accompanied by an increase in major version number.SS See Also.RS 0.IP \(bu 2npm help run\-script.IP \(bu 2npm help scripts.IP \(bu 2npm help test.IP \(bu 2npm help start.IP \(bu 2npm help stop.IP \(bu 2npm help restart.RE
 |