Commit ef0b756
committed
Account for uninstalled packages
This stems from the fact that we list stdlib deps in our package.json
but they are not installed in the node_modules directory. Accordingly,
when `read-installed` attempts to recurse, it is unable to find
package.json files, and, instead of an object, the recursed value
is a string.1 parent 1b8a989 commit ef0b756
File tree
1 file changed
+3
-0
lines changed- lib/node_modules/@stdlib/_tools/licenses/licenses/lib
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments