react-image-annotate
react-image-annotate copied to clipboard
Missing "classnames" dependency
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'
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?
Yup that worked. Thank you