Skip to content

Commit

Permalink
fix(libnpmexec): fix read mixed local/registry pkg
Browse files Browse the repository at this point in the history
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: npm#3668
Relates to: npm#4643
Relates to: npm#4619
Relates to: npm/statusboard#403
  • Loading branch information
ruyadorno committed Apr 19, 2022
1 parent 4ca858c commit 9adb8f1
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 111 deletions.
Loading

0 comments on commit 9adb8f1

Please sign in to comment.