Please help! Am receiving the error message

C:\Users\ar19870708ar\template>meteor
[[[[[ C:\Users\ar19870708ar\template ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/
Type Control-C twice to stop.

I20160222-18:08:59.306(2)? new Company: { cCompanyName: ‘sendit’,
I20160222-18:08:59.322(2)? cImage1: ‘sendit’,
I20160222-18:08:59.322(2)? cImage2: ‘sendit’,
I20160222-18:08:59.322(2)? cLogo: ‘sendit’,
I20160222-18:08:59.322(2)? cTwitter: ‘sendit’,
I20160222-18:08:59.322(2)? cGooglePlus: ‘sendit’,
I20160222-18:08:59.322(2)? cFaceBook: ‘sendit’,
I20160222-18:08:59.322(2)? cCompanyDetails: ‘sendit’,
I20160222-18:08:59.322(2)? cService: ‘sendit’,
I20160222-18:08:59.322(2)? cStreetAddress01: ‘sendit’,
I20160222-18:08:59.338(2)? cStreetAddress02: ‘sendit’,
I20160222-18:08:59.338(2)? cStreetAddress03: ‘sendit’,
I20160222-18:08:59.338(2)? cStreetAddress04: ‘sendit’,
I20160222-18:08:59.338(2)? cCompanyPhone: 89,
I20160222-18:08:59.338(2)? cCompanyEmail: ‘blowratio@yahoo.com’,
I20160222-18:08:59.338(2)? cSubDomain: ‘sendit’,
I20160222-18:08:59.338(2)? cTheme: ‘sendit’ }
I20160222-18:09:00.979(2)? Exception while invoking method ‘sendShareEmail’ Erro
r: The first argument of validate() or validateOne() must be an object
I20160222-18:09:00.979(2)? at doValidation1 (packages/aldeed_simple-schema/p
ackages/aldeed_simple-schema.js:1941:1)
I20160222-18:09:00.995(2)? at doValidation (packages/aldeed_simple-schema/pa
ckages/aldeed_simple-schema.js:2736:1)
I20160222-18:09:00.995(2)? at SimpleSchemaValidationContext_validate [as val
idate] (packages/aldeed_simple-schema/packages/aldeed_simple-schema.js:2670:1)
I20160222-18:09:00.995(2)? at [object Object].SimpleSchema.condition (packag
es/aldeed_simple-schema/packages/aldeed_simple-schema.js:1042:1)
I20160222-18:09:00.995(2)? at testSubtree (packages/check/match.js:229:1)
I20160222-18:09:00.995(2)? at check (packages/check/match.js:31:1)
I20160222-18:09:00.995(2)? at [object Object].Meteor.methods.sendShareEmail
(template.js:473:3)
I20160222-18:09:00.995(2)? at maybeAuditArgumentChecks (livedata_server.js:1
698:12)
I20160222-18:09:00.995(2)? at livedata_server.js:708:19
I20160222-18:09:00.995(2)? at [object Object]._.extend.withValue (packages/m
eteor/dynamics_nodejs.js:56:1)

That is the bit that it throwing the error. Find your sendShareEmail function (unless thats part of a package).
Check out GitHub - longshotlabs/meteor-simple-schema: Only getting critical fixes. Please use the NPM package instead for more information.