-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels