Just using latest base master.
Did a meteor update and updated npm packages to their latest versions.
Then did a meteor npm install to fetch all node_modules.
When I try to login or signup:
signup.js:35
Uncaught TypeError: $(...).validate is not a function
validate @ signup.js:35
handleSignup@ signup.js:74
componentDidMount@ signup.js:8
invokeComponentDidMountWithTimer @ ReactCompositeComponent.js:60
_assign.notifyAll @ CallbackQueue.js:67
...
Seems the jquery-validation import is not kicking in..
Hi,
Just using latest base master. Did a meteor update and updated npm packages to their latest versions. Then did a meteor npm install to fetch all node_modules.
When I try to login or signup:
Seems the jquery-validation import is not kicking in..
Any idea ?
My devDeps:
and my prdouction deps: