Commit 4a46a27
fix(libnpmexec): fix read mixed local/registry pkg
Refactor / clean up of the logic around reading installed
packages. Fixes reading packages from mixed sources (one being
from the local installed tree and the other from the registry
using pacote.manifest).
Makes it so that libnpmexec is always reading from the
Arborist actual tree instead of reading `node_modules` from
the file system when retrieving local package data.
Fixes: #3668
Relates to: #4643
Relates to: #4619
Relates to: npm/statusboard#4031 parent 0004be8 commit 4a46a27
4 files changed
Lines changed: 287 additions & 111 deletions
File tree
- test/lib/commands
- workspaces/libnpmexec
- lib
- test
0 commit comments