Question: What is the command to silence all process warnings?

  1. node index.js --trace-warnings
  2. node --no-warnings
  3. node -trace-warnings
  4. node index.js --no-warnings

Answer: The correct answer of the above question is Option B:node --no-warnings