node --no-warnings server.js

Category: Node.js & npm/yarn

node --no-warnings server.js

Suppress all process warnings

Hides deprecation and experimental warnings that Node would otherwise print to stderr, keeping logs clean in production. Use sparingly since warnings flag real problems. --trace-warnings is the opposite, adding stack traces.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.