react-image-annotate icon indicating copy to clipboard operation
react-image-annotate copied to clipboard

Missing "classnames" dependency

Open michaelozery opened this issue 5 years ago • 2 comments

I tried to run the Usage code, and got an error: Module not found: Can't resolve 'classnames' in 'C:......*PROJECT_NAME*\node_modules\material-survey\components\USRegionQuestion'

michaelozery avatar Apr 02 '20 08:04 michaelozery

Thanks @michaelozery . I'm guessing we need to add classnames to the package.json.

Can you trying running npm install classnames to see if it fixes it?

seveibar avatar Apr 03 '20 02:04 seveibar

Yup that worked. Thank you

michaelozery avatar Apr 03 '20 10:04 michaelozery