Open mohankoppuravuri opened 1 year ago
same issue here, did you make it work @mohankoppuravuri ?
same issue here, did you make it work @mohankoppuravuri ?
Hi , I have downloaded d3-tree package instead of using npm. I have loaded d3 and loadash as npm package. In my downloaded dTree.js file , I have added :
import _ from "lodash"; import * as d3 from "d3";
Then everything worked. Note that d3 should be older version , if no it gives error, mine is "d3": "^5.16.0".
Hello guys. I installed loadash and d3 libraries. Below is the dependenies copied from my package.json file.
Can you tell me what went wrong with my installation ?