Urigo / meteor-angular-socially

angular-meteor example and tutorial app
https://www.angular-meteor.com/tutorials/socially/angular1/bootstrapping
155 stars 144 forks source link

Startup Errors #118

Closed daslicht closed 8 years ago

daslicht commented 8 years ago

hi, after running th following commands I still get :

=> Errors prevented startup:                                                    

   While downloading amplify@1.0.0...:
   error: connect ETIMEDOUT

   While downloading autoupdate@1.2.8...:
   error: connect ETIMEDOUT

   While downloading ddp-client@1.2.5...:
   error: connect ETIMEDOUT

   While downloading dotansimha:accounts-ui-angular@0.0.4...:
   error: connect ETIMEDOUT

   While downloading jalik:ufs@0.5.3...:
   error: connect ETIMEDOUT

=> Your application has errors. Waiting for file change.

I ran: npm install meteor

daslicht commented 8 years ago

After updating meteor it starts but i get :

=> Started proxy.                             
=> Started MongoDB.                           
imports/ui/components/auth/auth.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/auth/auth.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/auth/auth.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/auth/auth.ts (5, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/auth/auth.ts (7, 27): Cannot find module './auth.html'.
imports/ui/components/auth/auth.ts (21, 10): Property 'helpers' does not exist on type 'Auth'.
imports/ui/components/login/login.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/login/login.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/login/login.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/login/login.ts (5, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/login/login.ts (7, 30): Cannot find module './web.html'.
imports/ui/components/login/login.ts (8, 8): Module '"imports/ui/components/login/web"' has no default export.
imports/ui/components/login/login.ts (9, 33): Cannot find module './mobile.html'.
imports/ui/components/login/login.ts (10, 8): Module '"imports/ui/components/login/mobile"' has no default export.
imports/ui/components/login/mobile.ts (1, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/login/mobile.ts (7, 10): Property '$state' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (11, 10): Property 'isStepTwo' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (12, 10): Property 'phoneNumber' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (13, 10): Property 'verificationCode' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (14, 10): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (18, 44): Property 'phoneNumber' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (18, 62): Property '$bindToContext' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (21, 14): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (23, 14): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (25, 14): Property 'isStepTwo' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (31, 31): Property 'phoneNumber' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (31, 49): Property 'verificationCode' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (31, 72): Property '$bindToContext' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (33, 14): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (36, 14): Property '$state' does not exist on type 'Login'.
imports/ui/components/login/web.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/login/web.ts (7, 10): Property '$state' does not exist on type 'Login'.
imports/ui/components/login/web.ts (11, 10): Property 'credentials' does not exist on type 'Login'.
imports/ui/components/login/web.ts (16, 10): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/web.ts (20, 35): Property 'credentials' does not exist on type 'Login'.
imports/ui/components/login/web.ts (20, 59): Property 'credentials' does not exist on type 'Login'.
imports/ui/components/login/web.ts (21, 12): Property '$bindToContext' does not exist on type 'Login'.
imports/ui/components/login/web.ts (23, 16): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/web.ts (25, 16): Property '$state' does not exist on type 'Login'.
imports/ui/components/navigation/navigation.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/navigation/navigation.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/navigation/navigation.ts (4, 27): Cannot find module './navigation.html'.
imports/ui/components/partiesList/partiesList.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partiesList/partiesList.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partiesList/partiesList.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/partiesList/partiesList.ts (4, 34): Cannot find module 'angular-utils-pagination'.
imports/ui/components/partiesList/partiesList.ts (6, 24): Cannot find module 'meteor/tmeasday:publish-counts'.
imports/ui/components/partiesList/partiesList.ts (7, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partiesList/partiesList.ts (9, 30): Cannot find module './web.html'.
imports/ui/components/partiesList/partiesList.ts (10, 33): Cannot find module './mobile.html'.
imports/ui/components/partiesList/partiesList.ts (27, 10): Property 'perPage' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (28, 10): Property 'page' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (29, 10): Property 'sort' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (32, 10): Property 'searchText' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (34, 10): Property 'subscribe' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (35, 30): Property 'perPage' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (36, 24): Argument of type 'number' is not assignable to parameter of type 'string'.
imports/ui/components/partiesList/partiesList.ts (36, 30): Property 'getReactively' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (36, 64): Property 'perPage' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (37, 20): Property 'getReactively' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (38, 15): Property 'getReactively' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (41, 10): Property 'subscribe' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (42, 10): Property 'subscribe' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (44, 10): Property 'helpers' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (63, 17): Property 'isLoggedIn' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (63, 52): Property 'currentUserId' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (67, 10): Property 'page' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (71, 10): Property 'sort' does not exist on type 'PartiesList'.
imports/ui/components/partiesMap/partiesMap.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partiesMap/partiesMap.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partiesMap/partiesMap.ts (6, 27): Cannot find module './partiesMap.html'.
imports/ui/components/partiesMap/partiesMap.ts (13, 10): Property 'map' does not exist on type 'PartiesMap'.
imports/ui/components/partiesSort/partiesSort.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partiesSort/partiesSort.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partiesSort/partiesSort.ts (4, 27): Cannot find module './partiesSort.html'.
imports/ui/components/partiesSort/partiesSort.ts (12, 10): Property 'onChange' does not exist on type 'PartiesSort'.
imports/ui/components/partiesSort/partiesSort.ts (14, 15): Property 'property' does not exist on type 'PartiesSort'.
imports/ui/components/partiesSort/partiesSort.ts (14, 40): Property 'order' does not exist on type 'PartiesSort'.
imports/ui/components/partyAdd/partyAdd.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyAdd/partyAdd.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyAdd/partyAdd.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyAdd/partyAdd.ts (6, 27): Cannot find module './partyAdd.html'.
imports/ui/components/partyAdd/partyAdd.ts (12, 10): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (16, 10): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (17, 25): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (19, 13): Property 'done' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (20, 12): Property 'done' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (27, 10): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAddButton/partyAddButton.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyAddButton/partyAddButton.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyAddButton/partyAddButton.ts (4, 33): Cannot find module './partyAddButton.html'.
imports/ui/components/partyAddButton/partyAddButton.ts (5, 32): Cannot find module './partyAddModal.html'.
imports/ui/components/partyAddButton/partyAddButton.ts (12, 10): Property '$mdDialog' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (13, 10): Property '$mdMedia' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (17, 10): Property '$mdDialog' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (30, 24): Property '$mdMedia' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (30, 47): Property '$mdMedia' does not exist on type 'PartyAddButton'.
imports/ui/components/partyCreator/partyCreator.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyCreator/partyCreator.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyCreator/partyCreator.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyCreator/partyCreator.ts (6, 27): Cannot find module './partyCreator.html'.
imports/ui/components/partyCreator/partyCreator.ts (18, 10): Property 'helpers' does not exist on type 'PartyCreator'.
imports/ui/components/partyDetails/partyDetails.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyDetails/partyDetails.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyDetails/partyDetails.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/partyDetails/partyDetails.ts (10, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyDetails/partyDetails.ts (12, 27): Cannot find module './partyDetails.html'.
imports/ui/components/partyDetails/partyDetails.ts (57, 24): Property 'public' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (57, 45): Property 'owner' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (62, 23): Property '_id' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (65, 26): Property 'name' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (66, 33): Property 'description' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (67, 28): Property 'public' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (68, 30): Property 'location' does not exist on type 'Object'.
imports/ui/components/partyImage/partyImage.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyImage/partyImage.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyImage/partyImage.ts (4, 27): Cannot find module './partyImage.html'.
imports/ui/components/partyImage/partyImage.ts (13, 10): Property 'helpers' does not exist on type 'PartyImage'.
imports/ui/components/partyMap/partyMap.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyMap/partyMap.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyMap/partyMap.ts (6, 27): Cannot find module './partyMap.html'.
imports/ui/components/partyMap/partyMap.ts (12, 10): Property 'map' does not exist on type 'PartyMap'.
imports/ui/components/partyMap/partyMap.ts (26, 10): Property 'marker' does not exist on type 'PartyMap'.
imports/ui/components/partyMap/partyMap.ts (40, 10): Property 'location' does not exist on type 'PartyMap'.
imports/ui/components/partyRemove/partyRemove.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRemove/partyRemove.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRemove/partyRemove.ts (4, 27): Cannot find module './partyRemove.html'.
imports/ui/components/partyRemove/partyRemove.ts (9, 14): Property 'party' does not exist on type 'PartyRemove'.
imports/ui/components/partyRemove/partyRemove.ts (10, 27): Property 'party' does not exist on type 'PartyRemove'.
imports/ui/components/partyRsvp/partyRsvp.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRsvp/partyRsvp.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRsvp/partyRsvp.ts (3, 20): Cannot find module 'underscore'.
imports/ui/components/partyRsvp/partyRsvp.ts (5, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyRsvp/partyRsvp.ts (7, 27): Cannot find module './partyRsvp.html'.
imports/ui/components/partyRsvp/partyRsvp.ts (32, 30): Property 'party' does not exist on type 'PartyRsvp'.
imports/ui/components/partyRsvp/partyRsvp.ts (41, 13): Property 'party' does not exist on type 'PartyRsvp'.
imports/ui/components/partyRsvp/partyRsvp.ts (42, 33): Property 'party' does not exist on type 'PartyRsvp'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (6, 27): Cannot find module './partyRsvpUsers.html'.
imports/ui/components/partyRsvpsList/partyRsvpsList.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRsvpsList/partyRsvpsList.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRsvpsList/partyRsvpsList.ts (4, 27): Cannot find module './partyRsvpsList.html'.
imports/ui/components/partyUninvited/partyUninvited.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyUninvited/partyUninvited.ts (6, 27): Cannot find module './partyUninvited.html'.
imports/ui/components/partyUninvited/partyUninvited.ts (25, 12): Property 'users' does not exist on type 'PartyUninvited'.
imports/ui/components/partyUpload/partyUpload.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyUpload/partyUpload.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyUpload/partyUpload.ts (3, 31): Cannot find module 'ng-file-upload'.
imports/ui/components/partyUpload/partyUpload.ts (9, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyUpload/partyUpload.ts (11, 27): Cannot find module './partyUpload.html'.
imports/ui/components/partyUpload/partyUpload.ts (20, 10): Property 'uploaded' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (22, 10): Property 'subscribe' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (23, 12): Property 'getReactively' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (26, 10): Property 'helpers' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (40, 12): Property 'currentFile' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (44, 28): Property '$bindToContext' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (45, 14): Property 'cropImgSrc' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (46, 14): Property 'myCroppedImage' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (51, 12): Property 'cropImgSrc' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (56, 17): Property 'myCroppedImage' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (56, 38): Property 'currentFile' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (56, 61): Property '$bindToContext' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (57, 12): Property 'uploaded' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (59, 17): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (59, 32): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (60, 14): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (62, 12): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (71, 10): Property 'cropImgSrc' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (72, 10): Property 'myCroppedImage' does not exist on type 'PartyUpload'.
imports/ui/components/password/password.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/password/password.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/password/password.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/password/password.ts (5, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/password/password.ts (7, 27): Cannot find module './password.html'.
imports/ui/components/password/password.ts (13, 10): Property '$state' does not exist on type 'Register'.
imports/ui/components/password/password.ts (17, 10): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/password/password.ts (21, 10): Property 'error' does not exist on type 'Register'.
imports/ui/components/password/password.ts (25, 34): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/password/password.ts (25, 52): Property '$bindToContext' does not exist on type 'Register'.
imports/ui/components/password/password.ts (27, 14): Property 'error' does not exist on type 'Register'.
imports/ui/components/password/password.ts (29, 14): Property '$state' does not exist on type 'Register'.
imports/ui/components/register/register.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/register/register.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/register/register.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/register/register.ts (5, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/register/register.ts (7, 27): Cannot find module './register.html'.
imports/ui/components/register/register.ts (13, 10): Property '$state' does not exist on type 'Register'.
imports/ui/components/register/register.ts (17, 10): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/register/register.ts (22, 10): Property 'error' does not exist on type 'Register'.
imports/ui/components/register/register.ts (26, 30): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/register/register.ts (27, 12): Property '$bindToContext' does not exist on type 'Register'.
imports/ui/components/register/register.ts (29, 16): Property 'error' does not exist on type 'Register'.
imports/ui/components/register/register.ts (31, 16): Property '$state' does not exist on type 'Register'.
imports/ui/components/socially/socially.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/socially/socially.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/socially/socially.ts (3, 29): Cannot find module 'angular-material'.
imports/ui/components/socially/socially.ts (4, 29): Cannot find module 'angular-sanitize'.
imports/ui/components/socially/socially.ts (5, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/socially/socially.ts (10, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/socially/socially.ts (12, 30): Cannot find module './web.html'.
imports/ui/components/socially/socially.ts (13, 33): Cannot find module './mobile.html'.
imports/api/images/collection.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/api/images/collection.ts (2, 23): Cannot find module 'meteor/mongo'.
imports/api/images/helpers.ts (44, 23): Property 'result' does not exist on type 'EventTarget'.
imports/api/images/methods.ts (1, 26): Cannot find module 'meteor/jalik:ufs'.
imports/api/images/methods.ts (16, 8): Property 'name' does not exist on type 'Blob'.
imports/api/images/methods.ts (19, 16): Cannot find name '_'.
imports/api/images/publish.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/api/images/store.ts (1, 26): Cannot find module 'meteor/jalik:ufs'.
imports/api/images/store.ts (9, 16): Cannot find name 'require'.
imports/api/parties/collection.ts (1, 23): Cannot find module 'meteor/mongo'.
imports/api/parties/methods.ts (1, 20): Cannot find module 'underscore'.
imports/api/parties/methods.ts (2, 24): Cannot find module 'meteor/meteor'.
imports/api/parties/methods.ts (3, 23): Cannot find module 'meteor/check'.
imports/api/parties/methods.ts (4, 23): Cannot find module 'meteor/email'.
imports/api/parties/publish.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/api/parties/publish.ts (2, 24): Cannot find module 'meteor/tmeasday:publish-counts'.
imports/api/parties/publish.ts (40, 16): Property 'name' does not exist on type '{ $or: ({ $and: ({ public: boolean; } | { public: { $exists: boolean; }; })[]; } | { $and: { owne...'.
imports/ui/filters/displayImageFilter.ts (1, 26): Cannot find module 'angular'.
imports/ui/filters/displayImageFilter.ts (3, 24): Cannot find module 'meteor/meteor'.
imports/ui/filters/displayNameFilter.ts (1, 26): Cannot find module 'angular'.
imports/ui/filters/uninvitedFilter.ts (1, 26): Cannot find module 'angular'.
imports/ui/filters/uninvitedFilter.ts (2, 20): Cannot find module 'underscore'.
imports/ui/filters/uninvitedPipe.ts (2, 20): Cannot find module 'underscore'.
imports/api/users.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/startup/fixtures.ts (1, 24): Cannot find module 'meteor/meteor'.
client/main.ts (3, 26): Cannot find module 'angular'.
client/main.ts (6, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/auth/auth.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/auth/auth.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/auth/auth.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/auth/auth.ts (5, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/auth/auth.ts (7, 27): Cannot find module './auth.html'.
imports/ui/components/auth/auth.ts (21, 10): Property 'helpers' does not exist on type 'Auth'.
imports/ui/components/login/login.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/login/login.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/login/login.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/login/login.ts (5, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/login/login.ts (7, 30): Cannot find module './web.html'.
imports/ui/components/login/login.ts (8, 8): Module '"imports/ui/components/login/web"' has no default export.
imports/ui/components/login/login.ts (9, 33): Cannot find module './mobile.html'.
imports/ui/components/login/login.ts (10, 8): Module '"imports/ui/components/login/mobile"' has no default export.
imports/ui/components/login/mobile.ts (1, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/login/mobile.ts (7, 10): Property '$state' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (11, 10): Property 'isStepTwo' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (12, 10): Property 'phoneNumber' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (13, 10): Property 'verificationCode' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (14, 10): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (18, 44): Property 'phoneNumber' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (18, 62): Property '$bindToContext' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (21, 14): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (23, 14): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (25, 14): Property 'isStepTwo' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (31, 31): Property 'phoneNumber' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (31, 49): Property 'verificationCode' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (31, 72): Property '$bindToContext' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (33, 14): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/mobile.ts (36, 14): Property '$state' does not exist on type 'Login'.
imports/ui/components/login/web.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/login/web.ts (7, 10): Property '$state' does not exist on type 'Login'.
imports/ui/components/login/web.ts (11, 10): Property 'credentials' does not exist on type 'Login'.
imports/ui/components/login/web.ts (16, 10): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/web.ts (20, 35): Property 'credentials' does not exist on type 'Login'.
imports/ui/components/login/web.ts (20, 59): Property 'credentials' does not exist on type 'Login'.
imports/ui/components/login/web.ts (21, 12): Property '$bindToContext' does not exist on type 'Login'.
imports/ui/components/login/web.ts (23, 16): Property 'error' does not exist on type 'Login'.
imports/ui/components/login/web.ts (25, 16): Property '$state' does not exist on type 'Login'.
imports/ui/components/navigation/navigation.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/navigation/navigation.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/navigation/navigation.ts (4, 27): Cannot find module './navigation.html'.
imports/ui/components/partiesList/partiesList.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partiesList/partiesList.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partiesList/partiesList.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/partiesList/partiesList.ts (4, 34): Cannot find module 'angular-utils-pagination'.
imports/ui/components/partiesList/partiesList.ts (6, 24): Cannot find module 'meteor/tmeasday:publish-counts'.
imports/ui/components/partiesList/partiesList.ts (7, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partiesList/partiesList.ts (9, 30): Cannot find module './web.html'.
imports/ui/components/partiesList/partiesList.ts (10, 33): Cannot find module './mobile.html'.
imports/ui/components/partiesList/partiesList.ts (27, 10): Property 'perPage' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (28, 10): Property 'page' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (29, 10): Property 'sort' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (32, 10): Property 'searchText' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (34, 10): Property 'subscribe' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (35, 30): Property 'perPage' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (36, 24): Argument of type 'number' is not assignable to parameter of type 'string'.
imports/ui/components/partiesList/partiesList.ts (36, 30): Property 'getReactively' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (36, 64): Property 'perPage' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (37, 20): Property 'getReactively' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (38, 15): Property 'getReactively' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (41, 10): Property 'subscribe' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (42, 10): Property 'subscribe' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (44, 10): Property 'helpers' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (63, 17): Property 'isLoggedIn' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (63, 52): Property 'currentUserId' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (67, 10): Property 'page' does not exist on type 'PartiesList'.
imports/ui/components/partiesList/partiesList.ts (71, 10): Property 'sort' does not exist on type 'PartiesList'.
imports/ui/components/partiesMap/partiesMap.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partiesMap/partiesMap.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partiesMap/partiesMap.ts (6, 27): Cannot find module './partiesMap.html'.
imports/ui/components/partiesMap/partiesMap.ts (13, 10): Property 'map' does not exist on type 'PartiesMap'.
imports/ui/components/partiesSort/partiesSort.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partiesSort/partiesSort.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partiesSort/partiesSort.ts (4, 27): Cannot find module './partiesSort.html'.
imports/ui/components/partiesSort/partiesSort.ts (12, 10): Property 'onChange' does not exist on type 'PartiesSort'.
imports/ui/components/partiesSort/partiesSort.ts (14, 15): Property 'property' does not exist on type 'PartiesSort'.
imports/ui/components/partiesSort/partiesSort.ts (14, 40): Property 'order' does not exist on type 'PartiesSort'.
imports/ui/components/partyAdd/partyAdd.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyAdd/partyAdd.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyAdd/partyAdd.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyAdd/partyAdd.ts (6, 27): Cannot find module './partyAdd.html'.
imports/ui/components/partyAdd/partyAdd.ts (12, 10): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (16, 10): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (17, 25): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (19, 13): Property 'done' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (20, 12): Property 'done' does not exist on type 'PartyAdd'.
imports/ui/components/partyAdd/partyAdd.ts (27, 10): Property 'party' does not exist on type 'PartyAdd'.
imports/ui/components/partyAddButton/partyAddButton.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyAddButton/partyAddButton.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyAddButton/partyAddButton.ts (4, 33): Cannot find module './partyAddButton.html'.
imports/ui/components/partyAddButton/partyAddButton.ts (5, 32): Cannot find module './partyAddModal.html'.
imports/ui/components/partyAddButton/partyAddButton.ts (12, 10): Property '$mdDialog' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (13, 10): Property '$mdMedia' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (17, 10): Property '$mdDialog' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (28, 31): Cannot find name 'document'.
imports/ui/components/partyAddButton/partyAddButton.ts (30, 24): Property '$mdMedia' does not exist on type 'PartyAddButton'.
imports/ui/components/partyAddButton/partyAddButton.ts (30, 47): Property '$mdMedia' does not exist on type 'PartyAddButton'.
imports/ui/components/partyCreator/partyCreator.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyCreator/partyCreator.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyCreator/partyCreator.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyCreator/partyCreator.ts (6, 27): Cannot find module './partyCreator.html'.
imports/ui/components/partyCreator/partyCreator.ts (18, 10): Property 'helpers' does not exist on type 'PartyCreator'.
imports/ui/components/partyDetails/partyDetails.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyDetails/partyDetails.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyDetails/partyDetails.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/partyDetails/partyDetails.ts (10, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyDetails/partyDetails.ts (12, 27): Cannot find module './partyDetails.html'.
imports/ui/components/partyDetails/partyDetails.ts (57, 24): Property 'public' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (57, 45): Property 'owner' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (62, 23): Property '_id' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (65, 26): Property 'name' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (66, 33): Property 'description' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (67, 28): Property 'public' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (68, 30): Property 'location' does not exist on type 'Object'.
imports/ui/components/partyDetails/partyDetails.ts (72, 9): Cannot find name 'console'.
imports/ui/components/partyDetails/partyDetails.ts (74, 9): Cannot find name 'console'.
imports/ui/components/partyImage/partyImage.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyImage/partyImage.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyImage/partyImage.ts (4, 27): Cannot find module './partyImage.html'.
imports/ui/components/partyImage/partyImage.ts (13, 10): Property 'helpers' does not exist on type 'PartyImage'.
imports/ui/components/partyMap/partyMap.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyMap/partyMap.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyMap/partyMap.ts (6, 27): Cannot find module './partyMap.html'.
imports/ui/components/partyMap/partyMap.ts (12, 10): Property 'map' does not exist on type 'PartyMap'.
imports/ui/components/partyMap/partyMap.ts (26, 10): Property 'marker' does not exist on type 'PartyMap'.
imports/ui/components/partyMap/partyMap.ts (40, 10): Property 'location' does not exist on type 'PartyMap'.
imports/ui/components/partyRemove/partyRemove.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRemove/partyRemove.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRemove/partyRemove.ts (4, 27): Cannot find module './partyRemove.html'.
imports/ui/components/partyRemove/partyRemove.ts (9, 14): Property 'party' does not exist on type 'PartyRemove'.
imports/ui/components/partyRemove/partyRemove.ts (10, 27): Property 'party' does not exist on type 'PartyRemove'.
imports/ui/components/partyRsvp/partyRsvp.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRsvp/partyRsvp.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRsvp/partyRsvp.ts (3, 20): Cannot find module 'underscore'.
imports/ui/components/partyRsvp/partyRsvp.ts (5, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyRsvp/partyRsvp.ts (7, 27): Cannot find module './partyRsvp.html'.
imports/ui/components/partyRsvp/partyRsvp.ts (32, 30): Property 'party' does not exist on type 'PartyRsvp'.
imports/ui/components/partyRsvp/partyRsvp.ts (34, 9): Cannot find name 'console'.
imports/ui/components/partyRsvp/partyRsvp.ts (36, 9): Cannot find name 'console'.
imports/ui/components/partyRsvp/partyRsvp.ts (41, 13): Property 'party' does not exist on type 'PartyRsvp'.
imports/ui/components/partyRsvp/partyRsvp.ts (42, 33): Property 'party' does not exist on type 'PartyRsvp'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyRsvpUsers/partyRsvpUsers.ts (6, 27): Cannot find module './partyRsvpUsers.html'.
imports/ui/components/partyRsvpsList/partyRsvpsList.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyRsvpsList/partyRsvpsList.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyRsvpsList/partyRsvpsList.ts (4, 27): Cannot find module './partyRsvpsList.html'.
imports/ui/components/partyUninvited/partyUninvited.ts (4, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyUninvited/partyUninvited.ts (6, 27): Cannot find module './partyUninvited.html'.
imports/ui/components/partyUninvited/partyUninvited.ts (25, 12): Property 'users' does not exist on type 'PartyUninvited'.
imports/ui/components/partyUninvited/partyUninvited.ts (33, 11): Cannot find name 'console'.
imports/ui/components/partyUninvited/partyUninvited.ts (35, 11): Cannot find name 'console'.
imports/ui/components/partyUpload/partyUpload.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/partyUpload/partyUpload.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/partyUpload/partyUpload.ts (3, 31): Cannot find module 'ng-file-upload'.
imports/ui/components/partyUpload/partyUpload.ts (9, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/partyUpload/partyUpload.ts (11, 27): Cannot find module './partyUpload.html'.
imports/ui/components/partyUpload/partyUpload.ts (20, 10): Property 'uploaded' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (22, 10): Property 'subscribe' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (23, 12): Property 'getReactively' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (26, 10): Property 'helpers' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (40, 12): Property 'currentFile' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (42, 26): Cannot find name 'FileReader'.
imports/ui/components/partyUpload/partyUpload.ts (44, 28): Property '$bindToContext' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (45, 14): Property 'cropImgSrc' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (46, 14): Property 'myCroppedImage' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (51, 12): Property 'cropImgSrc' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (56, 17): Property 'myCroppedImage' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (56, 38): Property 'currentFile' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (56, 61): Property '$bindToContext' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (57, 12): Property 'uploaded' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (59, 17): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (59, 32): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (60, 14): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (62, 12): Property 'files' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (66, 7): Cannot find name 'console'.
imports/ui/components/partyUpload/partyUpload.ts (71, 10): Property 'cropImgSrc' does not exist on type 'PartyUpload'.
imports/ui/components/partyUpload/partyUpload.ts (72, 10): Property 'myCroppedImage' does not exist on type 'PartyUpload'.
imports/ui/components/password/password.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/password/password.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/password/password.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/password/password.ts (5, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/password/password.ts (7, 27): Cannot find module './password.html'.
imports/ui/components/password/password.ts (13, 10): Property '$state' does not exist on type 'Register'.
imports/ui/components/password/password.ts (17, 10): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/password/password.ts (21, 10): Property 'error' does not exist on type 'Register'.
imports/ui/components/password/password.ts (25, 34): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/password/password.ts (25, 52): Property '$bindToContext' does not exist on type 'Register'.
imports/ui/components/password/password.ts (27, 14): Property 'error' does not exist on type 'Register'.
imports/ui/components/password/password.ts (29, 14): Property '$state' does not exist on type 'Register'.
imports/ui/components/register/register.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/register/register.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/register/register.ts (3, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/register/register.ts (5, 26): Cannot find module 'meteor/accounts-base'.
imports/ui/components/register/register.ts (7, 27): Cannot find module './register.html'.
imports/ui/components/register/register.ts (13, 10): Property '$state' does not exist on type 'Register'.
imports/ui/components/register/register.ts (17, 10): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/register/register.ts (22, 10): Property 'error' does not exist on type 'Register'.
imports/ui/components/register/register.ts (26, 30): Property 'credentials' does not exist on type 'Register'.
imports/ui/components/register/register.ts (27, 12): Property '$bindToContext' does not exist on type 'Register'.
imports/ui/components/register/register.ts (29, 16): Property 'error' does not exist on type 'Register'.
imports/ui/components/register/register.ts (31, 16): Property '$state' does not exist on type 'Register'.
imports/ui/components/socially/socially.ts (1, 26): Cannot find module 'angular'.
imports/ui/components/socially/socially.ts (2, 32): Cannot find module 'angular-meteor'.
imports/ui/components/socially/socially.ts (3, 29): Cannot find module 'angular-material'.
imports/ui/components/socially/socially.ts (4, 29): Cannot find module 'angular-sanitize'.
imports/ui/components/socially/socially.ts (5, 27): Cannot find module 'angular-ui-router'.
imports/ui/components/socially/socially.ts (10, 24): Cannot find module 'meteor/meteor'.
imports/ui/components/socially/socially.ts (12, 30): Cannot find module './web.html'.
imports/ui/components/socially/socially.ts (13, 33): Cannot find module './mobile.html'.
imports/api/images/collection.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/api/images/collection.ts (2, 23): Cannot find module 'meteor/mongo'.
imports/api/images/helpers.ts (17, 18): Cannot find name 'Blob'.
imports/api/images/helpers.ts (22, 17): Cannot find name 'window'.
imports/api/images/helpers.ts (30, 16): Cannot find name 'Blob'.
imports/api/images/helpers.ts (41, 22): Cannot find name 'FileReader'.
imports/api/images/methods.ts (1, 26): Cannot find module 'meteor/jalik:ufs'.
imports/api/images/methods.ts (19, 16): Cannot find name '_'.
imports/api/images/publish.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/api/images/store.ts (1, 26): Cannot find module 'meteor/jalik:ufs'.
imports/api/images/store.ts (9, 16): Cannot find name 'require'.
imports/api/parties/collection.ts (1, 23): Cannot find module 'meteor/mongo'.
imports/api/parties/methods.ts (1, 20): Cannot find module 'underscore'.
imports/api/parties/methods.ts (2, 24): Cannot find module 'meteor/meteor'.
imports/api/parties/methods.ts (3, 23): Cannot find module 'meteor/check'.
imports/api/parties/methods.ts (4, 23): Cannot find module 'meteor/email'.
imports/api/parties/publish.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/api/parties/publish.ts (2, 24): Cannot find module 'meteor/tmeasday:publish-counts'.
imports/api/parties/publish.ts (40, 16): Property 'name' does not exist on type '{ $or: ({ $and: ({ public: boolean; } | { public: { $exists: boolean; }; })[]; } | { $and: { owne...'.
imports/ui/filters/displayImageFilter.ts (1, 26): Cannot find module 'angular'.
imports/ui/filters/displayImageFilter.ts (3, 24): Cannot find module 'meteor/meteor'.
imports/ui/filters/displayNameFilter.ts (1, 26): Cannot find module 'angular'.
imports/ui/filters/uninvitedFilter.ts (1, 26): Cannot find module 'angular'.
imports/ui/filters/uninvitedFilter.ts (2, 20): Cannot find module 'underscore'.
imports/ui/filters/uninvitedPipe.ts (2, 20): Cannot find module 'underscore'.
imports/api/users.ts (1, 24): Cannot find module 'meteor/meteor'.
imports/startup/fixtures.ts (1, 24): Cannot find module 'meteor/meteor'.
I20160606-12:40:18.595(2)? ufs: temp directory created at /tmp/ufs
=> Started your app.                          

=> App running at: http://localhost:3000/    
kamilkisiela commented 8 years ago

@daslicht

About those errors, it's related to typescript. It's not an error by itself because files are still built. In the current version of the tutorial we don't learn how to use typescript, we just show how to migrate from angular1 with ecmascript to angular2 with typescript.

If you want to learn more about typescript, please visit this chapter of Socially 2.0

skumaroh commented 7 years ago

I get the same error in socially app with angularJS not angular2. Any insight is highly appreciated.