meteor / validation-error

Standardized validation error format for Meteor
https://atmospherejs.com/mdg/validation-error
Other
12 stars 4 forks source link

ValidationError.is does not work on server #11

Closed Obiwarn closed 8 years ago

Obiwarn commented 8 years ago

ValidationError.is throws

class has no method 'is'

on server.

lukejagodzinski commented 8 years ago

What version of package are you using?

Obiwarn commented 8 years ago

Oh, indeed. Somehow it installed version 0.2.0 (Why?).

meteor update helped.