Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Express Forms Version of Validator Doesn't Work #48

Closed
dshipper opened this issue Nov 19, 2014 · 0 comments
Closed

Express Forms Version of Validator Doesn't Work #48

dshipper opened this issue Nov 19, 2014 · 0 comments

Comments

@dshipper
Copy link

If you npm install express-forms it currently doesn't work because the version of validator it expects (1.2.1) is much different from the current version of validator (3.22.1).

The package.json of express-forms should be changed from:

"validator": ">= 0.1.2"

to be:

"validator": "= 0.1.2"

@freewil freewil closed this as completed Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants