-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- check that your CSV format matches what this tool expects. It probably doesn't.
- don't use
npm -gto install this. clone the repo instead. - install node 4.2. For example, if you have
nvmlying around,nvm install 4.2andnvm use 4.2will do. - adjust package.json in the repo folder: Remove the
^prefix in each dependency's version string. - run
npm ito install those dependencies. - you should now be able to run this with
node index.js --helpornode . --help, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels