Errors with meteor 1.6.1.1

Hi,

I try this tutorial for the installation: https://angular-meteor.com/tutorials/whatsapp2/meteor/setup

I add packages, with updated versions, meteor is 1.6.1.1:

meteor add angular-compilers

npm install --save @angular/core
npm install --save @angular/common
npm install --save @angular/compiler
npm install --save @angular/compiler-cli
npm install --save @angular/forms
npm install --save @angular/platform-browser
npm install --save @angular/platform-browser-dynamic
npm install --save @angular/platform-server
npm install --save meteor-rxjs
npm install --save reflect-metadata
npm install --save rxjs
npm install --save zone.js
npm install --save-dev @types/meteor
npm install --save-dev @types/meteor-accounts-phone
npm install --save-dev @types/underscore
npm install --save-dev meteor-typings
npm install --save typescript@2.6.2

meteor add cordova:cordova-plugin-whitelist@1.3.3
DEPRECRATED??? Not installed -> meteor add cordova:cordova-plugin-console
meteor add cordova:cordova-plugin-statusbar@2.4.1
meteor add cordova:cordova-plugin-device@1.3.2
meteor add cordova:cordova-plugin-ionic-keyboard@2.0.5
meteor add cordova:cordova-plugin-splashscreen@5.0.2

npm install --save @ionic/storage
npm install --save ionic-angular
npm install --save ionic-native
npm install --save ionicons

meteor add mys:fonts

npm install --save @ngx-translate/core @ngx-translate/http-loader @agm/core

But when i try to launch meteor, i have a lot of errors in terminal:

=> Started proxy.                             
[client]: ES2015 modules Compilation: 2558.468ms
node_modules/meteor-typings/1.4/test/test.ts (691, 5): Subsequent variable declarations must have the same type.  Variable 'handle' must be of type 'LiveQueryHandle', but here has type '{ stop: () => void; }'.
node_modules/meteor-typings/1.4/test/test.ts (737, 24): Type '(userId: string) => boolean' has no properties in common with type 'Matcher'.
client/imports/services/picture.ts (4, 26): Cannot find module 'meteor/jalik:ufs'.
[client]: TypeScript Files Compilation: 3878.590ms
[client]: HTML Files Compilation: 70.578ms   /
{ Error: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.
Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss
    at Object.module.exports.renderSync (/home/zoizo/.meteor/packages/angular-compilers/.0.3.1_2.2827f7.h4my6++os+web.browser+web.cordova/plugin.Angular_Compilers.os/npm/node_modules/meteor/angular-scss-compiler/node_modules/node-sass/lib/index.js:439:16)
    at Function.compileFile (packages/angular-scss-compiler/index.js:28:17)
    at AngularScssCompiler.processFilesForTarget (packages/angular-scss-compiler/index.js:45:50)
    at __bottom_mark__ (/tools/utils/parse-stack.js:64:14)
    at /tools/isobuild/compiler-plugin.js:192:27
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at Profile.time (/tools/isobuild/compiler-plugin.js:180:22)
    at Function.time (/tools/tool-env/profile.js:305:10)
    at /tools/isobuild/compiler-plugin.js:179:15
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
    at CompilerPluginProcessor.runCompilerPlugins (/tools/isobuild/compiler-plugin.js:169:7)
    at ClientTarget._runCompilerPlugins (/tools/isobuild/bundler.js:1045:22)
    at buildmessage.enterJob (/tools/isobuild/bundler.js:825:34)
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at ClientTarget.make (/tools/isobuild/bundler.js:819:18)
    at /tools/isobuild/bundler.js:2929:14
    at /tools/isobuild/bundler.js:3018:20
    at Array.forEach (<anonymous>)
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at /tools/isobuild/bundler.js:3017:7
    at /tools/utils/buildmessage.js:271:13
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at bundle (/tools/isobuild/bundler.js:2910:31)
    at files.withCache (/tools/isobuild/bundler.js:2857:32)
    at Object.withCache (/tools/fs/files.js:1664:12)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2857:16)
    at Profile.run (/tools/runners/run-app.js:579:36)
    at Function.run (/tools/tool-env/profile.js:490:12)
    at bundleApp (/tools/runners/run-app.js:578:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:622:35)
    at AppRunner._fiber (/tools/runners/run-app.js:880:28)
    at /tools/runners/run-app.js:408:12
  status: 1,
  file: '/home/zoizo/Bureau/Test/client/imports/theme/components.scss',
  line: 4,
  column: 1,
  message: 'File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.\nParent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss',
  formatted: 'Error: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.\n       Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss\n        on line 4 of client/imports/theme/components.scss\n>> @import\n   ^\n' }
{ Error: File to import not found or unreadable: {}/node_modules/ionicons/dist/scss/ionicons-icons.
Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/ionicons.scss
    at Object.module.exports.renderSync (/home/zoizo/.meteor/packages/angular-compilers/.0.3.1_2.2827f7.h4my6++os+web.browser+web.cordova/plugin.Angular_Compilers.os/npm/node_modules/meteor/angular-scss-compiler/node_modules/node-sass/lib/index.js:439:16)
    at Function.compileFile (packages/angular-scss-compiler/index.js:28:17)
    at AngularScssCompiler.processFilesForTarget (packages/angular-scss-compiler/index.js:45:50)
    at __bottom_mark__ (/tools/utils/parse-stack.js:64:14)
    at /tools/isobuild/compiler-plugin.js:192:27
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at Profile.time (/tools/isobuild/compiler-plugin.js:180:22)
    at Function.time (/tools/tool-env/profile.js:305:10)
    at /tools/isobuild/compiler-plugin.js:179:15
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
    at CompilerPluginProcessor.runCompilerPlugins (/tools/isobuild/compiler-plugin.js:169:7)
    at ClientTarget._runCompilerPlugins (/tools/isobuild/bundler.js:1045:22)
    at buildmessage.enterJob (/tools/isobuild/bundler.js:825:34)
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at ClientTarget.make (/tools/isobuild/bundler.js:819:18)
    at /tools/isobuild/bundler.js:2929:14
    at /tools/isobuild/bundler.js:3018:20
    at Array.forEach (<anonymous>)
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at /tools/isobuild/bundler.js:3017:7
    at /tools/utils/buildmessage.js:271:13
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at bundle (/tools/isobuild/bundler.js:2910:31)
    at files.withCache (/tools/isobuild/bundler.js:2857:32)
    at Object.withCache (/tools/fs/files.js:1664:12)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2857:16)
    at Profile.run (/tools/runners/run-app.js:579:36)
    at Function.run (/tools/tool-env/profile.js:490:12)
    at bundleApp (/tools/runners/run-app.js:578:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:622:35)
    at AppRunner._fiber (/tools/runners/run-app.js:880:28)
    at /tools/runners/run-app.js:408:12
  status: 1,
  file: '/home/zoizo/Bureau/Test/client/imports/theme/ionicons.scss',
  line: 8,
  column: 1,
  message: 'File to import not found or unreadable: {}/node_modules/ionicons/dist/scss/ionicons-icons.\nParent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/ionicons.scss',
  formatted: 'Error: File to import not found or unreadable: {}/node_modules/ionicons/dist/scss/ionicons-icons.\n       Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/ionicons.scss\n        on line 8 of client/imports/theme/ionicons.scss\n>> @import "{}/node_modules/ionicons/dist/scss/ionicons-icons";\n   ^\n' }
{ Error: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.
Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss
    at Object.module.exports.renderSync (/home/zoizo/.meteor/packages/angular-compilers/.0.3.1_2.2827f7.h4my6++os+web.browser+web.cordova/plugin.Angular_Compilers.os/npm/node_modules/meteor/angular-scss-compiler/node_modules/node-sass/lib/index.js:439:16)
    at Function.compileFile (packages/angular-scss-compiler/index.js:28:17)
    at AngularScssCompiler.processFilesForTarget (packages/angular-scss-compiler/index.js:45:50)
    at __bottom_mark__ (/tools/utils/parse-stack.js:64:14)
    at /tools/isobuild/compiler-plugin.js:192:27
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at Profile.time (/tools/isobuild/compiler-plugin.js:180:22)
    at Function.time (/tools/tool-env/profile.js:305:10)
    at /tools/isobuild/compiler-plugin.js:179:15
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
    at CompilerPluginProcessor.runCompilerPlugins (/tools/isobuild/compiler-plugin.js:169:7)
    at ClientTarget._runCompilerPlugins (/tools/isobuild/bundler.js:1045:22)
    at buildmessage.enterJob (/tools/isobuild/bundler.js:825:34)
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at ClientTarget.make (/tools/isobuild/bundler.js:819:18)
    at /tools/isobuild/bundler.js:2929:14
    at /tools/isobuild/bundler.js:3018:20
    at Array.forEach (<anonymous>)
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at /tools/isobuild/bundler.js:3017:7
    at /tools/utils/buildmessage.js:271:13
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at bundle (/tools/isobuild/bundler.js:2910:31)
    at files.withCache (/tools/isobuild/bundler.js:2857:32)
    at Object.withCache (/tools/fs/files.js:1664:12)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2857:16)
    at Profile.run (/tools/runners/run-app.js:579:36)
    at Function.run (/tools/tool-env/profile.js:490:12)
    at bundleApp (/tools/runners/run-app.js:578:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:622:35)
    at AppRunner._fiber (/tools/runners/run-app.js:880:28)
    at /tools/runners/run-app.js:408:12
  status: 1,
  file: '/home/zoizo/Bureau/Test/client/imports/theme/components.scss',
  line: 4,
  column: 1,
  message: 'File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.\nParent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss',
  formatted: 'Error: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.\n       Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss\n        on line 4 of client/imports/theme/components.scss\n>> @import\n   ^\n' }
{ Error: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.
Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss
    at Object.module.exports.renderSync (/home/zoizo/.meteor/packages/angular-compilers/.0.3.1_2.2827f7.h4my6++os+web.browser+web.cordova/plugin.Angular_Compilers.os/npm/node_modules/meteor/angular-scss-compiler/node_modules/node-sass/lib/index.js:439:16)
    at Function.compileFile (packages/angular-scss-compiler/index.js:28:17)
    at AngularScssCompiler.processFilesForTarget (packages/angular-scss-compiler/index.js:45:50)
    at __bottom_mark__ (/tools/utils/parse-stack.js:64:14)
    at /tools/isobuild/compiler-plugin.js:192:27
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at Profile.time (/tools/isobuild/compiler-plugin.js:180:22)
    at Function.time (/tools/tool-env/profile.js:305:10)
    at /tools/isobuild/compiler-plugin.js:179:15
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:87:22)
    at CompilerPluginProcessor.runCompilerPlugins (/tools/isobuild/compiler-plugin.js:169:7)
    at ClientTarget._runCompilerPlugins (/tools/isobuild/bundler.js:1045:22)
    at buildmessage.enterJob (/tools/isobuild/bundler.js:825:34)
    at /tools/utils/buildmessage.js:359:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:352:34
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:350:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.enterJob (/tools/utils/buildmessage.js:324:26)
    at ClientTarget.make (/tools/isobuild/bundler.js:819:18)
    at /tools/isobuild/bundler.js:2929:14
    at /tools/isobuild/bundler.js:3018:20
    at Array.forEach (<anonymous>)
    at Function._.each._.forEach (/home/zoizo/.meteor/packages/meteor-tool/.1.6.1_1.1josgmb.ph8hk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
    at /tools/isobuild/bundler.js:3017:7
    at /tools/utils/buildmessage.js:271:13
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:264:29
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:262:18
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at /tools/utils/buildmessage.js:253:23
    at exports.EnvironmentVariable.withValue (/tools/utils/fiber-helpers.js:89:14)
    at Object.capture (/tools/utils/buildmessage.js:252:19)
    at bundle (/tools/isobuild/bundler.js:2910:31)
    at files.withCache (/tools/isobuild/bundler.js:2857:32)
    at Object.withCache (/tools/fs/files.js:1664:12)
    at Object.exports.bundle (/tools/isobuild/bundler.js:2857:16)
    at Profile.run (/tools/runners/run-app.js:579:36)
    at Function.run (/tools/tool-env/profile.js:490:12)
    at bundleApp (/tools/runners/run-app.js:578:34)
    at AppRunner._runOnce (/tools/runners/run-app.js:622:35)
    at AppRunner._fiber (/tools/runners/run-app.js:880:28)
    at /tools/runners/run-app.js:408:12
  status: 1,
  file: '/home/zoizo/Bureau/Test/client/imports/theme/components.scss',
  line: 4,
  column: 1,
  message: 'File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.\nParent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss',
  formatted: 'Error: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.\n       Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss\n        on line 4 of client/imports/theme/components.scss\n>> @import\n   ^\n' }
[client]: SCSS Files Compilation: 88.473ms
[server]: ES2015 modules Compilation: 982.550ms
node_modules/meteor-typings/1.4/test/test.ts (691, 5): Subsequent variable declarations must have the same type.  Variable 'handle' must be of type 'LiveQueryHandle', but here has type '{ stop: () => void; }'.
node_modules/meteor-typings/1.4/test/test.ts (737, 24): Type '(userId: string) => boolean' has no properties in common with type 'Matcher'.
[server]: TypeScript Files Compilation: 6.648ms
[server]: HTML Files Compilation: 0.085ms    -
[server]: SCSS Files Compilation: 0.233ms    -
=> Errors prevented startup:                  
   
   While processing files with angular-compilers (for target web.browser):
   client/main.scss:4:1: File to import not found or unreadable: {}/node_modules/ionic-angular/components/action-sheet/action-sheet.
   Parent style sheet: /home/zoizo/Bureau/Test/client/imports/theme/components.scss
   
=> Your application has errors. Waiting for file change.
=> Started MongoDB.

Help please.