Lesha-spr / react-validation

React Validation Components
336 stars 116 forks source link

create-react-app error #127

Open denisviklov opened 6 years ago

denisviklov commented 6 years ago

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

eruby94 commented 6 years ago

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

j2kenton commented 6 years ago

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