1. check that your CSV format matches what this tool expects. It probably doesn't. 2. don't use `npm -g` to install this. clone the repo instead. 3. install node 4.2. For example, if you have `nvm` lying around, `nvm install 4.2` and `nvm use 4.2` will do. 4. adjust package.json in the repo folder: Remove the `^` prefix in each dependency's version string. 5. run `npm i` to install those dependencies. 6. you should now be able to run this with `node index.js --help` or `node . --help`, etc.
npm -gto install this. clone the repo instead.nvmlying around,nvm install 4.2andnvm use 4.2will do.^prefix in each dependency's version string.npm ito install those dependencies.node index.js --helpornode . --help, etc.