Commit dd6530e
committed
fix(libnpmexec): workspaces support
Fixes the proper path location to use when targetting specific
workspaces.
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: #3520
Relates to: #4619
Relates to: npm/statusboard#4031 parent ff1367f commit dd6530e
File tree
6 files changed
+371
-116
lines changed- lib/commands
- test/lib/commands
- workspaces/libnpmexec
- lib
- test
6 files changed
+371
-116
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
| 52 | + | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
98 | | - | |
| 96 | + | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
| |||
0 commit comments