# This will hide all error messages
find / -name foo 2>/dev/null
# Hide only the "Permission denied" error
find / -name foo 2>&1 | grep -v "Permission denied"
sudo chown -R [owner]:[owner] /usr/local/lib/node_modules
ls -la /usr/local/lib/node_modules
sudo chown -R ownerName: /usr/local/lib/node_modules
drwxr-xr-x 3 root wheel 102 Jun 24 23:24 node_modules
net stop winnat
netsh int ipv4 set dynamic tcp start=49152 num=16384
netsh int ipv6 set dynamic tcp start=49152 num=16384
net start winnat