Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Error: Cannot find module 'reactify' #261

Closed khantasha closed 7 years ago

khantasha commented 7 years ago

Hi. I've tried downloading chartbuilder locally a few times and I keep coming up with this same error. screen shot 2017-02-15 at 12 24 05 pm

nsonnad commented 7 years ago

This was an issue with chartbuilder-ui after switching the chartbuilder build process to babelify. Can you try pulling the latest chartbuilder, version 3.0.3, and doing npm install in a fresh directory?

khantasha commented 7 years ago

I just cloned this repo https://github.com/Quartz/Chartbuilder This isn't the most current version? If not, where can I pull it from? thanks for your help.

nsonnad commented 7 years ago

Sorry, I just mean please try doing it again, as I have made some changes that should fix your issue

khantasha commented 7 years ago

That worked like a charm! Thank you!