"bower ESUDO Cannot be run with sudo" how to fix
I got this error trying to install bower the other day using root account:
echo '{ "allow_root": true }' > /root/.bowerrc
bower ESUDO Cannot be run with sudo
So to fix it, try the following:echo '{ "allow_root": true }' > /root/.bowerrc
Comments
Post a Comment