Attempted to fork repository for personal use
jadenmazzone opened this issue · 1 comments
jadenmazzone commented
Sorry, this is not a bug with the module, but a general question.
I tried forking the repository, editing it, and then yarn adding it to my personal project. However, when importing 'react-d3-graph' I get "Module not found" error. I believe this is because the build files are not in the 'react-d3-graph' repo since everything else looks correct. So then I tried running "npm run build" in the forked 'react-d3-graph' repo to generate the build files, but the "script does not exist". Any suggestions? How do I build this repo?
henri-edinb commented
how did you solve this? Im having the same issue