PATH:
usr
/
share
/
doc
/
nodejs-8.19.4
/
npm
/
docs
/
content
/
commands
--- title: npm-restart section: 1 description: Restart a package --- ### Synopsis ```bash npm restart [-- <args>] ``` ### Description This restarts a project. It is equivalent to running `npm run-script restart`. If the current project has a `"restart"` script specified in `package.json`, then the following scripts will be run: 1. prerestart 2. restart 3. postrestart If it does _not_ have a `"restart"` script specified, but it does have `stop` and/or `start` scripts, then the following scripts will be run: 1. prerestart 2. prestop 3. stop 4. poststop 6. prestart 7. start 8. poststart 9. postrestart ### Configuration #### `ignore-scripts` * Default: false * Type: Boolean If true, npm does not run scripts specified in package.json files. Note that commands explicitly intended to run a particular script, such as `npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` will still run their intended script if `ignore-scripts` is set, but they will *not* run any pre- or post-scripts. #### `script-shell` * Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows * Type: null or String The shell to use for scripts run with the `npm exec`, `npm run` and `npm init <package-spec>` commands. ### See Also * [npm run-script](/commands/npm-run-script) * [npm scripts](/using-npm/scripts) * [npm test](/commands/npm-test) * [npm start](/commands/npm-start) * [npm stop](/commands/npm-stop) * [npm restart](/commands/npm-restart)
[-] npm-prune.md
[edit]
[-] npm-repo.md
[edit]
[-] npm-owner.md
[edit]
[-] npm-edit.md
[edit]
[-] npm-audit.md
[edit]
[-] npm-unpublish.md
[edit]
[-] npm-bin.md
[edit]
[-] npm-test.md
[edit]
[-] npm-run-script.md
[edit]
[-] npm-completion.md
[edit]
[-] npm-adduser.md
[edit]
[+]
..
[-] npm-set-script.md
[edit]
[-] npm-deprecate.md
[edit]
[-] npm-link.md
[edit]
[-] npm-root.md
[edit]
[-] npm-dist-tag.md
[edit]
[-] npm-update.md
[edit]
[-] npm-start.md
[edit]
[-] npm-config.md
[edit]
[-] npm-find-dupes.md
[edit]
[-] npm-hook.md
[edit]
[-] npm-token.md
[edit]
[-] npm-pack.md
[edit]
[-] npm-stars.md
[edit]
[-] npm-publish.md
[edit]
[-] npm-whoami.md
[edit]
[-] npm-install-ci-test.md
[edit]
[-] npm-prefix.md
[edit]
[-] npm-shrinkwrap.md
[edit]
[-] npm-exec.md
[edit]
[-] npm.md
[edit]
[-] npm-install-test.md
[edit]
[-] npm-version.md
[edit]
[-] npm-diff.md
[edit]
[-] npm-team.md
[edit]
[-] npm-fund.md
[edit]
[-] npm-restart.md
[edit]
[-] npm-query.md
[edit]
[-] npm-star.md
[edit]
[-] npm-ci.md
[edit]
[-] npm-ls.md
[edit]
[-] npm-explore.md
[edit]
[-] npm-view.md
[edit]
[-] npm-dedupe.md
[edit]
[-] npx.md
[edit]
[-] npm-cache.md
[edit]
[-] npm-uninstall.md
[edit]
[-] npm-ping.md
[edit]
[-] npm-install.md
[edit]
[-] npm-access.md
[edit]
[-] npm-help-search.md
[edit]
[-] npm-help.md
[edit]
[-] npm-org.md
[edit]
[-] npm-unstar.md
[edit]
[-] npm-explain.md
[edit]
[-] npm-init.md
[edit]
[-] npm-logout.md
[edit]
[-] npm-doctor.md
[edit]
[-] npm-stop.md
[edit]
[-] npm-bugs.md
[edit]
[-] npm-rebuild.md
[edit]
[-] npm-docs.md
[edit]
[-] npm-profile.md
[edit]
[-] npm-outdated.md
[edit]
[-] npm-pkg.md
[edit]
[-] npm-search.md
[edit]