vigetlabs/react-ink

Miss dependency for react-addons-test-utils

Closed this issue · 1 comments

When I run npm start, terminal show following error:
ERROR in ./example/index.js Module not found: Error: Cannot resolve module 'react-addons-test-utils' in /home/feng/playground/react-ink/example @ ./example/index.js 15:28-62

It is because you forget to include 'react-addons-test-utils' as devDependency in package.json file.

Hey! Strange... sorry about that. I've made the correction. Thank you!