react-validation
react-validation copied to clipboard
create-react-app error
./src/components/signup/validators.js Module not found: Can't resolve 'validator' in 'C:\Users\XXX\Documents\ project\authcorefrontend\src\components\signup'
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
I'm having the same issue. I need to run: npm install validator
??