react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

create-react-app error

Open denisviklov opened this issue 7 years ago • 2 comments

./src/components/signup/validators.js Module not found: Can't resolve 'validator' in 'C:\Users\XXX\Documents\ project\authcorefrontend\src\components\signup'

denisviklov avatar Oct 12 '17 06:10 denisviklov

The validator package should be included as a dependency of this package, or the docs should clarify it needs to be installed separately.

if you add validator to your project, that will resolve the issue you are having

eruby94 avatar Feb 21 '18 15:02 eruby94

I'm having the same issue. I need to run: npm install validator ??

j2kenton avatar Jun 06 '18 15:06 j2kenton