reactjs / react-art

React Bridge to the ART Drawing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build vector-widget example

sri-rang opened this issue · comments

commented

Steps:

  1. git clone react-art repo
  2. npm install
  3. cd examples/vector-widget
  4. npm install
  5. npm run-script build

Error:

ERROR in ./~/react-art/src/ReactART.js
Module not found: Error: Cannot resolve module 'react/lib/ReactLegacyDescriptor' in ~/react-art/examples/vector-widget/node_modules/react-art/src
 @ ./~/react-art/src/ReactART.js 30:28-70

Yup, master doesn't work at the moment, it's already updated for some changes coming in React 0.12.

Please use the stable branch.

commented

Yep, got it, thanks!