Rarity Function #146
Unanswered
jjclay
asked this question in
Help + Q&A
Replies: 2 comments 1 reply
-
you will need to |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm stuck here is the last thing I need to get the project ready. You were able to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In order to get the rarity.js function to work, I had to comment out 2 references to csv:
// const createCsvWriter = require("csv-writer").createObjectCsvWriter;
// outputRarityCSV(ordered);
It seems that csv-writer is missing from the environment. Is there something that I can do to be able to export my rarity data to a csv file?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions