meteor-angular2.0-socially
meteor-angular2.0-socially copied to clipboard
Problems with server
Hi guys,
when starting my server via npm run api I'm getting the following errors:
server/collections/chats.ts (5, 22): Untyped function calls may not accept type arguments. server/collections/messages.ts (5, 25): Untyped function calls may not accept type arguments. server/collections/users.ts (6, 22): Untyped function calls may not accept type arguments. server/method.ts (12, 1): Cannot find name 'Meteor'. server/method.ts (15, 17): Cannot find name 'Meteor'. server/method.ts (21, 17): Cannot find name 'Meteor'. server/method.ts (30, 17): Cannot find name 'Meteor'. server/method.ts (41, 17): Cannot find name 'Meteor'. server/method.ts (50, 17): Cannot find name 'Meteor'. server/method.ts (57, 33): Cannot find name 'Meteor'. server/method.ts (64, 5): Cannot find name 'Meteor'. server/method.ts (69, 33): Cannot find name 'Meteor'. server/method.ts (79, 17): Cannot find name 'Meteor'. server/models.ts (31, 31): Cannot find namespace 'Meteor'. server/main.ts (14, 5): Cannot find name 'SMS'.
I have followed the recent version of the tutorial and would really appreciate your help!
Thank you!