deno
9ab5c0ce - fix(npm): resolve bundled npm deps in packages properly when not using a `node_modules` directory (#32679)

Commit
118 days ago
fix(npm): resolve bundled npm deps in packages properly when not using a `node_modules` directory (#32679) We now attempt to find bundled dependencies at the start instead of on error. Previously we were doing it only on error... and sometimes it wouldn't error leading to bad resolution.
Author
Parents
Loading