Skip to content

How to use #2

@itsnotlupus

Description

@itsnotlupus
  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions