kaazing / javascript.client

Apache License 2.0
21 stars 16 forks source link

need sudo for command #6

Closed sbadugu closed 8 years ago

sbadugu commented 9 years ago

From @krismcqueen on December 9, 2014 21:48

I'm following the setup instructions in the README and one step is to "install bower" by doing an

npm install -g bower

but that exact command results in an error saying "Please try running the command again as root/Administrator." The instructions should be more clear about the need for elevated privileges by possibly saying something like "as root/Administrator execute npm install -g bower" or even "sudo npm install -g bower" which would've gotten the point across.

Copied from original issue: kaazing/kaazing-client-javascript#6

sbadugu commented 9 years ago

From @krismcqueen on December 9, 2014 21:50

I see the Note at the end of the setup instructions specifying the need for elevated privileges. I guess I'm too dumb to read all the instructions first before executing them. Consider this a possible enhancement request but I won't be broken up if it just gets closed with no action.