Using a modified version of react-pivottable in your own dash-pivottable project

Hi,

I am trying to git clone the react-PivotTable repo to modify the javascript. I am not having any luck in building the dash component when I go to run the command npm run build. I run into an error that it can not recognize the command rm

If I can get any help in figuring out what I a doing wrong that would be amazing!

Thanks, Derrick

In window there is no rm command to get around use npm config set script-shell “C:\Program Files\Git\bin\bash.exe” to turn the window command line into bash to run npm run build

@xhlu Now I am stuck on the import into dash pivottable step?