Andrei
Results
2
comments of
Andrei
Indeed, adding an override in package.json fixes the issue for now: ``` "overrides": { "activedirectory": { "ldapjs": "2.3.3" } } ```
I had this issue as well, I was trying to run globally installed [zx](https://google.github.io/zx/) in a project directory that had zx in package.json without running `npm install` first cause it...