SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem. I am using jquery-validation as an npm module and the fix for me was to require the module at the start of my js file:
require('jquery-validation');