mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 06:04:22 +00:00

* Check SHA before using files from cache * adduser: allow change of the saved password * Make `npm install` respect `config.unicode` * Fix lifecycle to pass `Infinity` for config env value * Don't return 0 exit code on invalid command * cache: Handle 404s and other HTTP errors as errors * bump tap dep, make tests stderr a bit quieter * Resolve ~ in path configs to env.HOME * Include npm version in default user-agent conf * npm init: Use ISC as default license, use save-prefix for deps * Many test and doc fixes
43 lines
649 B
Groff
43 lines
649 B
Groff
.\" Generated with Ronnjs 0.3.8
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
.
|
|
.TH "NPM\-RESTART" "1" "May 2014" "" ""
|
|
.
|
|
.SH "NAME"
|
|
\fBnpm-restart\fR \-\- Start a package
|
|
.
|
|
.SH "SYNOPSIS"
|
|
.
|
|
.nf
|
|
npm restart <name>
|
|
.
|
|
.fi
|
|
.
|
|
.SH "DESCRIPTION"
|
|
This runs a package\'s "restart" script, if one was provided\.
|
|
Otherwise it runs package\'s "stop" script, if one was provided, and then
|
|
the "start" script\.
|
|
.
|
|
.P
|
|
If no version is specified, then it restarts the "active" version\.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help run\-script
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help scripts
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help test
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help start
|
|
.
|
|
.IP "\(bu" 4
|
|
npm help stop
|
|
.
|
|
.IP "" 0
|
|
|