npm Cheat Sheet/Run restart script

Run stop then start lifecycle commands if present.

Section: Useful daily workflows

Run restart script

bash
bash
npm restart
Explanation

Run stop then start lifecycle commands if present.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Useful daily workflows
Run a build script
Run the build script from package.json.
OpenIn sheetbashsame section
Run tests
Run the test script.
OpenIn sheetbashsame section
Run lint
Run a lint script.
OpenIn sheetbashsame section
Run start script
Run the start script.
OpenIn sheetbashsame section
Print script environment
Show environment variables available to scripts.
OpenIn sheetbashsame section
Show npm help
Open npm help.
OpenIn sheetbash1 tag match