cult-of-coders / grapher-boilerplate

Boilerplate for structuring your apps using Meteor + React + Grapher
21 stars 5 forks source link

Grapher Live not working #2

Open Herteby opened 6 years ago

Herteby commented 6 years ago

I was going to use this package as a base to test GraphicalGrapherReact, but it's not working. I haven't made any changes, just cloned it and ran npm install, which ran fine. The home page works, although it throws Uncaught Error: Cannot find module 'brace' When I go to Grapher Live I get

Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in.

Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in.

suttersaga commented 6 years ago

So I think it's just missing some packages... npm install classnames --save npm install brace

seems to make it work.