Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use #2

Open
itsnotlupus opened this issue Dec 18, 2024 · 0 comments
Open

How to use #2

itsnotlupus opened this issue Dec 18, 2024 · 0 comments

Comments

@itsnotlupus
Copy link

  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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant