Swizec / react-d3-enter-exit-transitions

A proof of concept exploration of using d3js transitions in a React visualization.
http://swizec.github.io/react-d3-enter-exit-transitions/
MIT License
62 stars 15 forks source link

ERROR in ./~/xmlhttprequest/lib/XMLHttpRequest.js #3

Open resting opened 7 years ago

resting commented 7 years ago

Did a fresh clone and did npm i and npm start.

Getting this error:

ERROR in ./~/xmlhttprequest/lib/XMLHttpRequest.js
Module not found: Error: Cannot resolve module 'child_process' in myfolder/react-d3-enter-exit-transitions/node_modules/xmlhttprequest/lib
 @ ./~/xmlhttprequest/lib/XMLHttpRequest.js 15:12-36

ERROR in ./~/xmlhttprequest/lib/XMLHttpRequest.js
Module not found: Error: Cannot resolve module 'fs' in myfolder/react-d3-enter-exit-transitions/node_modules/xmlhttprequest/lib
 @ ./~/xmlhttprequest/lib/XMLHttpRequest.js 16:9-22

Any ideas?

thekofimensah commented 6 years ago

@resting were you able to solve this?