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
Retry the download+install dance only once after encountering an EACCES.
That only happens when both the devdir (usually: `$HOME/.node-gyp`) and
the current working directory aren't writable. Users won't often hit
that except through `sudo npm install` because npm drops privileges
before executing node-gyp.
Fixes: #1383
PR-URL: #1384
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
0 commit comments