Disable warning output.
Section: Environment Variables and NODE_OPTIONS
Suppress warnings
bash
bash
NODE_NO_WARNINGS=1 node app.jsExplanation
Use sparingly because it can hide useful diagnostics.
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 Environment Variables and NODE_OPTIONS