What is the command to silence all process warnings?
node index.js --no-warnings
node -trace-warnings
node --no-warnings
node index.js --trace-warnings