I have installed this module globally however it fails with an error when run due to a dependency error however if I run my local copy by running the command
node ./bin/xl-json
the command works. I believe when running the npm i -g xl-json command that dependencies aren't being installed properly. Any ideas why one way works and the other doesn't?