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
In wondered why npm link doesn't "install to" `npm prefix`.
I looked up the documentation for `npm prefix` and found
the important distinction between the local prefix, and the
global prefix.
This attempts to clarity that `npm link` always uses specifically
the global prefix.
PR-URL: #532
Credit: @jgehrckeClose: #532
Reviewed-by: @ruyadorno
0 commit comments