Cannot run my meteor app

client/imports/auth/login.mobile.component.ts (44, 16): Property ‘requestPhoneVerification’ does not exist on type ‘typeof Accounts’.
client/imports/auth/login.mobile.component.ts (59, 16): Property ‘verifyPhone’ does not exist on type ‘typeof Accounts’.
client/app.mobile.component.ts (5, 24): Cannot find module ‘…/…/…/both/collections/images.collection’.
client/app.mobile.component.ts (6, 23): Cannot find module ‘…/…/…/both/interfaces/party.interface’.
client/main.ts (9, 10): Module ‘“client/app.mobile.component”’ has no exported member ‘AppComponent’.

Unable to resolve some modules:

“…/…/…/both/collections/images.collection” in
/Users/anatolikantarovich/greenTechnology/client/app.mobile.component.js
(web.browser)
"./parties-list.web.component.html" in
/Users/anatolikantarovich/greenTechnology/client/imports/parties/parties-list.web.component.js
(web.browser)

=> Errors prevented startup:

While processing files with barbatus:angular2 (for target web.browser):
packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:104:14:
fs.existsSync is not a function
at TypeScriptCompiler.copyTypings
(packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:104:14)
at packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:64:16
at Array.forEach (native)
at TypeScriptCompiler.processTypings
(packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:50:11)
at TypeScriptCompiler.processFilesForTarget
(packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:115:12)

While processing files with barbatus:angular2 (for target os.osx.x86_64):
packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:104:14:
fs.existsSync is not a function
at TypeScriptCompiler.copyTypings
(packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:104:14)
at packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:64:16
at Array.forEach (native)
at TypeScriptCompiler.processTypings
(packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:50:11)
at TypeScriptCompiler.processFilesForTarget
(packages/barbatus:ng2-typescript-compiler/typescript-compiler.js:115:12)

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