This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*For Linux | |
Just run these two lines and you are good to go*/ | |
sudo apt-get install libcap2-bin | |
sudo setcap cap_net_bind_service=+ep `readlink -f \`which node\`` |
NewerOlder