Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run the examples? #74

Open
coolaj86 opened this issue Jan 20, 2020 · 0 comments
Open

How to run the examples? #74

coolaj86 opened this issue Jan 20, 2020 · 0 comments

Comments

@coolaj86
Copy link

coolaj86 commented Jan 20, 2020

I tried this (to build):

git clone git@github.com:colinmeinke/wilderness.git
pushd wilderness
npm install
node bundle.js

And then this (to run the demo):

pushd examples/horse-triangles/
open index.html # opens in Chrome

That gave me this error in the JS console in Chrome:

Uncaught TypeError: Cannot convert undefined or null to object
    at Function.from (<anonymous>)
    at _toArray$1 (dist.js:4561)
    at transformsPropValid (dist.js:4787)
    at valid$$1 (dist.js:4917)
    at validProps (dist.js:5217)
    at sort (dist.js:5192)
    at shape (dist.js:5152)
    at shape$$1 (dist.js:5914)
    at dist.js:5936
    at dist.js:5942
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant