Skip to content

How to run the examples? #74

@coolaj86

Description

@coolaj86

I tried this (to build):

git clone [email protected]: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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions