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
I am on gentoo linux with npm 6.4.1 and node 8.12.0 and have set my local prefix to ~/.local.
Now npm is installing packages into ~/.local/lib64/node_modules. Unfortunately global-modules is returning ~/.local/lib/node_modules.
With the default prefix, there would actually be a /usr/lib -> /usr/lib64 symlink, but npm by itself does not use that. (Though as a workaround I will create a symlink in ~/.local/ too).
The text was updated successfully, but these errors were encountered:
I am on gentoo linux with npm 6.4.1 and node 8.12.0 and have set my local prefix to
~/.local
.Now npm is installing packages into
~/.local/lib64/node_modules
. Unfortunately global-modules is returning~/.local/lib/node_modules
.With the default prefix, there would actually be a
/usr/lib -> /usr/lib64
symlink, but npm by itself does not use that. (Though as a workaround I will create a symlink in~/.local/
too).The text was updated successfully, but these errors were encountered: