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
Installing these bins seems to be usually done via npm link. npm link symlinks these bins to {prefix}/bin/{name}, where {prefix} is the global prefix. Should we add an option like --local, to change this to the local prefix?
Also see #532 (npm-link: clarify usage of global prefix)