Closed isaacs closed 1 year ago
Getting ELOOP errors because a link is unnecessarily set in src/node_modules/<pkgname> temporarily, and dist/node_modules/<pkgname> permanently.
src/node_modules/<pkgname>
dist/node_modules/<pkgname>
Plus, it's just unnecessary if the pkg is already linked somewhere, because TS and node will find it just fine.
Detect this case, and skip the self-dep link.
Getting ELOOP errors because a link is unnecessarily set in
src/node_modules/<pkgname>
temporarily, anddist/node_modules/<pkgname>
permanently.Plus, it's just unnecessary if the pkg is already linked somewhere, because TS and node will find it just fine.
Detect this case, and skip the self-dep link.