reasonml-old / reason-react-example

Examples for ReasonReact
649 stars 116 forks source link

build failed #28

Closed stephensong closed 6 years ago

stephensong commented 7 years ago

Followed the install instructions, but got this when I ran "npm run build"

ERROR in ./lib/js/src/todomvc/app.js Module not found: Error: Cannot resolve module 'director/build/director' in /Users/gary/dev/reason-react-example/lib/js/src/todomvc

Ideas?

thanks.

chenglou commented 7 years ago

Your dependencies might be out of date? Do you have a package-lock file or something?

chenglou commented 6 years ago

We've now moved away from director, so this should be solved too