You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
#117 had problems running npm w/o sudo
The text was updated successfully, but these errors were encountered: