Block users from running your app with root permissions
$ npm install sudo-block
const sudoBlock = require('sudo-block');
sudoBlock();
When a file containing this function is run with root permissions it will exit and show an error message telling the user how to fix the problem, so they don't have to run it with sudo
.
Type: string
Custom message.
MIT © Sindre Sorhus