dronekit / droneshare

DroneShare is a shared repository of drone missions built using DroneKit-Cloud
http://www.droneshare.com/
Apache License 2.0
84 stars 66 forks source link

research why npm needs sudo #121

Open mrpollo opened 10 years ago

mrpollo commented 10 years ago

117 had problems running npm w/o sudo

tcr3dr commented 9 years ago

Sudo should never be required with npm—usually this is a misconfiguration caused by not giving permissions to /usr/local on OS X or Linux, or not using a local folder like ~/.npm. If sudo npm is run, this causes the EACCESS error seen in #117 for what should be a local folder: its contents were mistakenly written to as root.