Error: Cannot find module ‘rxjs/operators’ while running npm installed package
I have written a typescript tool and published the package to an artifactory. When I install the package like npm install -g @org/[email protected]
The package is installed successfully but when I try to run it like my-tool -v
from the terminal, I get the following error: