I cannot make it running. I started having this error after importing the “Auth” and “User” classes:
import { HomePage } from './../home/home'; import { Component } from '@angular/core'; import { Auth, User } from '@ionic/cloud-angular'; import { NavController, AlertController, MenuController } from 'ionic-angular'; // Contemplated angular forms but will have to change view and possibly duplicate functions for sign in and sign up // import { Validator, FormBuilder } from '@angular/forms'; @Component({ selector: 'page-login', templateUrl: 'login.html' }) export class LoginPage { constructor(public auth: Auth, public user: User) { } }
This is my configuration:
Ionic Framework: 3.0.1
Ionic Native: ^3.5.0
Ionic App Scripts: 1.3.0
Angular Core: 4.0.0
Angular Compiler CLI: 4.0.0
Node: 7.2.1
OS Platform: macOS Sierra
Navigator Platform: MacIntel
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36
As you can see, ionic framework is updated @3.01 . I have read all the other related topics on this forum but I cannot make it running.
I cannot figure out how to fix this issue.
Can you help please?
Remove the old ionic-native package and update all your native packages (@ionic-native /…) to the latest release.
2 Likes
I have deleted the folder @ionic-native in node_modules, then I run npm install @ionic-native/core --save
.
I still have the same error. What did I miss?
Maybe you still import some Modules from the old package. And don’t forget to import your used plugins in your app.module.ts
I have deleted all the node_modules and then run npm install
and I get the same error.
That’s the npm install output:
├── @angular/common@4.0.0
├── @angular/compiler@4.0.0
├─┬ @angular/compiler-cli@4.0.0
│ ├─┬ @angular/tsc-wrapped@4.0.0
│ │ └── tsickle@0.21.6
│ ├── minimist@1.2.0
│ └── reflect-metadata@0.1.10
├── @angular/core@4.0.0
├── @angular/forms@4.0.0
├── @angular/http@4.0.0
├── @angular/platform-browser@4.0.0
├── @angular/platform-browser-dynamic@4.0.0
├─┬ @backand/angular2-sdk@1.1.11
│ ├── @angular/core@2.4.10
│ ├── @backand/vanilla-sdk@1.1.11
│ └── zone.js@0.7.8
├── @ionic-native/core@3.8.0
├── @ionic-native/splash-screen@3.4.2
├── @ionic-native/status-bar@3.4.2
├─┬ @ionic/app-scripts@1.3.7 invalid
│ ├─┬ autoprefixer@6.7.2
│ │ ├─┬ browserslist@1.7.7
│ │ │ └── electron-to-chromium@1.3.10
│ │ ├── caniuse-db@1.0.30000670
│ │ ├── normalize-range@0.1.2
│ │ ├── num2fraction@1.2.2
│ │ └── postcss-value-parser@3.3.0
│ ├─┬ babili@0.0.10
│ │ ├─┬ babel-cli@6.24.1
│ │ │ ├─┬ babel-core@6.24.1
│ │ │ │ ├─┬ babel-code-frame@6.22.0
│ │ │ │ │ ├── esutils@2.0.2
│ │ │ │ │ └── js-tokens@3.0.1
│ │ │ │ ├─┬ babel-generator@6.24.1
│ │ │ │ │ ├── detect-indent@4.0.0
│ │ │ │ │ ├── jsesc@1.3.0
│ │ │ │ │ └── trim-right@1.0.1
│ │ │ │ ├── babel-helpers@6.24.1
│ │ │ │ ├── babel-messages@6.23.0
│ │ │ │ ├── babel-template@6.24.1
│ │ │ │ ├─┬ babel-traverse@6.24.1
│ │ │ │ │ ├── globals@9.17.0
│ │ │ │ │ └─┬ invariant@2.2.2
│ │ │ │ │ └── loose-envify@1.3.1
│ │ │ │ ├─┬ babel-types@6.24.1
│ │ │ │ │ └── to-fast-properties@1.0.3
│ │ │ │ ├── babylon@6.17.1
│ │ │ │ └── private@0.1.7
│ │ │ ├─┬ babel-register@6.24.1
│ │ │ │ └── home-or-tmp@2.0.0
│ │ │ ├── babel-runtime@6.23.0
│ │ │ ├── commander@2.9.0
│ │ │ ├── convert-source-map@1.5.0
│ │ │ ├── fs-readdir-recursive@1.0.0
│ │ │ ├── lodash@4.17.4
│ │ │ ├── output-file-sync@1.1.2
│ │ │ ├── slash@1.0.0
│ │ │ └─┬ v8flags@2.1.1
│ │ │ └── user-home@1.1.1
│ │ └─┬ babel-preset-babili@0.0.10
│ │ ├─┬ babel-plugin-minify-constant-folding@0.0.3
│ │ │ └── babel-helper-evaluate-path@0.0.3
│ │ ├─┬ babel-plugin-minify-dead-code-elimination@0.1.4
│ │ │ ├── babel-helper-mark-eval-scopes@0.0.3
│ │ │ ├── babel-helper-remove-or-void@0.0.1
│ │ │ └── lodash.some@4.6.0
│ │ ├─┬ babel-plugin-minify-flip-comparisons@0.0.2
│ │ │ └── babel-helper-is-void-0@0.0.1
│ │ ├─┬ babel-plugin-minify-guarded-expressions@0.0.4
│ │ │ └── babel-helper-flip-expressions@0.0.2
│ │ ├── babel-plugin-minify-infinity@0.0.3
│ │ ├── babel-plugin-minify-mangle-names@0.0.6
│ │ ├── babel-plugin-minify-numeric-literals@0.0.1
│ │ ├── babel-plugin-minify-replace@0.0.1
│ │ ├─┬ babel-plugin-minify-simplify@0.0.6
│ │ │ ├── babel-helper-is-nodes-equiv@0.0.1
│ │ │ └── babel-helper-to-multiple-sequence-expressions@0.0.3
│ │ ├── babel-plugin-minify-type-constructors@0.0.3
│ │ ├── babel-plugin-transform-inline-consecutive-adds@0.0.2
│ │ ├── babel-plugin-transform-member-expression-literals@6.8.1
│ │ ├── babel-plugin-transform-merge-sibling-variables@6.8.2
│ │ ├── babel-plugin-transform-minify-booleans@6.8.0
│ │ ├── babel-plugin-transform-property-literals@6.8.1
│ │ ├── babel-plugin-transform-regexp-constructors@0.0.5
│ │ ├── babel-plugin-transform-remove-console@6.8.1
│ │ ├── babel-plugin-transform-remove-debugger@6.8.1
│ │ ├── babel-plugin-transform-remove-undefined@0.0.4
│ │ ├── babel-plugin-transform-simplify-comparison-operators@6.8.1
│ │ ├── babel-plugin-transform-undefined-to-void@6.8.0
│ │ └── lodash.isplainobject@4.0.6
│ ├─┬ bonjour@3.5.0
│ │ ├── array-flatten@2.1.1
│ │ ├── deep-equal@1.0.1
│ │ ├── dns-equal@1.0.0
│ │ ├─┬ dns-txt@2.0.2
│ │ │ └── buffer-indexof@1.1.0
│ │ ├─┬ multicast-dns@6.1.1
│ │ │ ├─┬ dns-packet@1.1.1
│ │ │ │ └── ip@1.1.5
│ │ │ └── thunky@0.1.0
│ │ └── multicast-dns-service-types@1.1.0
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.1.1
│ │ ├── strip-ansi@3.0.1
│ │ └── supports-color@2.0.0
│ ├─┬ chokidar@1.6.1
│ │ ├─┬ anymatch@1.3.0
│ │ │ └── arrify@1.0.1
│ │ ├── async-each@1.0.1
│ │ ├─┬ fsevents@1.1.1
│ │ │ └─┬ node-pre-gyp@0.6.33
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.1.0
│ │ │ ├─┬ npmlog@4.0.2
│ │ │ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ │ ├── delegates@1.0.0
│ │ │ │ │ └── readable-stream@2.2.2
│ │ │ │ ├── console-control-strings@1.1.0
│ │ │ │ ├─┬ gauge@2.7.3
│ │ │ │ │ ├── aproba@1.1.1
│ │ │ │ │ ├── has-unicode@2.0.1
│ │ │ │ │ ├── object-assign@4.1.1
│ │ │ │ │ ├── signal-exit@3.0.2
│ │ │ │ │ ├─┬ string-width@1.0.2
│ │ │ │ │ │ ├── code-point-at@1.1.0
│ │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ │ │ └── number-is-nan@1.0.1
│ │ │ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ │ │ └── ansi-regex@2.1.1
│ │ │ │ │ └── wide-align@1.1.0
│ │ │ │ └── set-blocking@2.0.0
│ │ │ ├─┬ rc@1.1.7
│ │ │ │ ├── deep-extend@0.4.1
│ │ │ │ ├── ini@1.3.4
│ │ │ │ ├── minimist@1.2.0
│ │ │ │ └── strip-json-comments@2.0.1
│ │ │ ├─┬ request@2.79.0
│ │ │ │ ├── aws-sign2@0.6.0
│ │ │ │ ├── aws4@1.6.0
│ │ │ │ ├── caseless@0.11.0
│ │ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ │ └── delayed-stream@1.0.0
│ │ │ │ ├── extend@3.0.0
│ │ │ │ ├── forever-agent@0.6.1
│ │ │ │ ├─┬ form-data@2.1.2
│ │ │ │ │ └── asynckit@0.4.0
│ │ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ │ │ ├── has-ansi@2.0.0
│ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ │ ├─┬ is-my-json-valid@2.15.0
│ │ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ │ ├── jsonpointer@4.0.1
│ │ │ │ │ │ └── xtend@4.0.1
│ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ ├─┬ hawk@3.1.3
│ │ │ │ │ ├── boom@2.10.1
│ │ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ │ ├── hoek@2.16.3
│ │ │ │ │ └── sntp@1.0.9
│ │ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ │ ├─┬ jsprim@1.3.1
│ │ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ │ ├── json-schema@0.2.3
│ │ │ │ │ │ └── verror@1.3.6
│ │ │ │ │ └─┬ sshpk@1.10.2
│ │ │ │ │ ├── asn1@0.2.3
│ │ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ │ ├── bcrypt-pbkdf@1.0.1
│ │ │ │ │ ├─┬ dashdash@1.14.1
│ │ │ │ │ │ └── assert-plus@1.0.0
│ │ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ │ ├─┬ getpass@0.1.6
│ │ │ │ │ │ └── assert-plus@1.0.0
│ │ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ │ ├── jsbn@0.1.1
│ │ │ │ │ └── tweetnacl@0.14.5
│ │ │ │ ├── is-typedarray@1.0.0
│ │ │ │ ├── isstream@0.1.2
│ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ ├─┬ mime-types@2.1.14
│ │ │ │ │ └── mime-db@1.26.0
│ │ │ │ ├── oauth-sign@0.8.2
│ │ │ │ ├── qs@6.3.1
│ │ │ │ ├── stringstream@0.0.5
│ │ │ │ ├─┬ tough-cookie@2.3.2
│ │ │ │ │ └── punycode@1.4.1
│ │ │ │ ├── tunnel-agent@0.4.3
│ │ │ │ └── uuid@3.0.1
│ │ │ ├─┬ rimraf@2.5.4
│ │ │ │ └─┬ glob@7.1.1
│ │ │ │ ├── fs.realpath@1.0.0
│ │ │ │ ├── inflight@1.0.6
│ │ │ │ ├─┬ minimatch@3.0.3
│ │ │ │ │ └─┬ brace-expansion@1.1.6
│ │ │ │ │ ├── balanced-match@0.4.2
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ ├── once@1.4.0
│ │ │ │ └── path-is-absolute@1.0.1
│ │ │ ├── semver@5.3.0
│ │ │ ├─┬ tar@2.2.1
│ │ │ │ ├── block-stream@0.0.9
│ │ │ │ ├─┬ fstream@1.0.10
│ │ │ │ │ └── graceful-fs@4.1.11
│ │ │ │ └── inherits@2.0.3
│ │ │ └─┬ tar-pack@3.3.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├── fstream-ignore@1.0.5
│ │ │ ├─┬ once@1.3.3
│ │ │ │ └── wrappy@1.0.2
│ │ │ ├─┬ readable-stream@2.1.5
│ │ │ │ ├── buffer-shims@1.0.0
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ └── uid-number@0.0.6
│ │ ├── glob-parent@2.0.0
│ │ ├── inherits@2.0.3
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.8.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ ├── path-is-absolute@1.0.1
│ │ └─┬ readdirp@2.1.0
│ │ ├─┬ readable-stream@2.2.9
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ └── string_decoder@1.0.0
│ │ └── set-immediate-shim@1.0.1
│ ├─┬ clean-css@3.4.24
│ │ ├─┬ commander@2.8.1
│ │ │ └── graceful-readlink@1.0.1
│ │ └─┬ source-map@0.4.4
│ │ └── amdefine@1.0.1
│ ├─┬ cross-spawn@5.0.1
│ │ ├─┬ lru-cache@4.0.2
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.1.2
│ │ ├─┬ shebang-command@1.2.0
│ │ │ └── shebang-regex@1.0.0
│ │ └─┬ which@1.2.14
│ │ └── isexe@2.0.0
│ ├─┬ express@4.14.1
│ │ ├─┬ accepts@1.3.3
│ │ │ ├─┬ mime-types@2.1.15
│ │ │ │ └── mime-db@1.27.0
│ │ │ └── negotiator@0.6.1
│ │ ├── array-flatten@1.1.1
│ │ ├── content-disposition@0.5.2
│ │ ├── content-type@1.0.2
│ │ ├── cookie@0.3.1
│ │ ├── cookie-signature@1.0.6
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── depd@1.1.0
│ │ ├── encodeurl@1.0.1
│ │ ├── escape-html@1.0.3
│ │ ├── etag@1.7.0
│ │ ├─┬ finalhandler@0.5.1
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├── statuses@1.3.1
│ │ │ └── unpipe@1.0.0
│ │ ├── fresh@0.3.0
│ │ ├── merge-descriptors@1.0.1
│ │ ├── methods@1.1.2
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ ├── parseurl@1.3.1
│ │ ├── path-to-regexp@0.1.7
│ │ ├─┬ proxy-addr@1.1.4
│ │ │ ├── forwarded@0.1.0
│ │ │ └── ipaddr.js@1.3.0
│ │ ├── qs@6.2.0
│ │ ├── range-parser@1.2.0
│ │ ├─┬ send@0.14.2
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├── destroy@1.0.4
│ │ │ ├─┬ http-errors@1.5.1
│ │ │ │ └── setprototypeof@1.0.2
│ │ │ ├── mime@1.3.4
│ │ │ └── ms@0.7.2
│ │ ├── serve-static@1.11.2
│ │ ├─┬ type-is@1.6.15
│ │ │ └── media-typer@0.3.0
│ │ ├── utils-merge@1.0.0
│ │ └── vary@1.1.1
│ ├─┬ fs-extra@2.0.0
│ │ ├── graceful-fs@4.1.11
│ │ └── jsonfile@2.4.0
│ ├─┬ glob@7.1.1
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ minimatch@3.0.4
│ │ │ └─┬ brace-expansion@1.1.7
│ │ │ ├── balanced-match@0.4.2
│ │ │ └── concat-map@0.0.1
│ │ └── once@1.4.0
│ ├── json-loader@0.5.4
│ ├─┬ magic-string@0.19.1
│ │ └── vlq@0.2.2
│ ├─┬ node-sass@4.5.0
│ │ ├── async-foreach@0.1.3
│ │ ├── cross-spawn@3.0.1
│ │ ├─┬ gaze@1.1.2
│ │ │ └─┬ globule@1.1.0
│ │ │ └── lodash@4.16.6
│ │ ├── get-stdin@4.0.1
│ │ ├── in-publish@2.0.0
│ │ ├── lodash.assign@4.2.0
│ │ ├── lodash.clonedeep@4.5.0
│ │ ├── lodash.mergewith@4.6.0
│ │ ├─┬ meow@3.7.0
│ │ │ ├─┬ camelcase-keys@2.1.0
│ │ │ │ └── camelcase@2.1.1
│ │ │ ├── decamelize@1.2.0
│ │ │ ├─┬ loud-rejection@1.6.0
│ │ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ │ └── array-find-index@1.0.2
│ │ │ │ └── signal-exit@3.0.2
│ │ │ ├── map-obj@1.0.1
│ │ │ ├─┬ normalize-package-data@2.3.8
│ │ │ │ ├── hosted-git-info@2.4.2
│ │ │ │ ├── is-builtin-module@1.0.0
│ │ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ │ └── spdx-license-ids@1.2.2
│ │ │ │ └── spdx-expression-parse@1.0.4
│ │ │ ├─┬ read-pkg-up@1.0.1
│ │ │ │ ├─┬ find-up@1.1.2
│ │ │ │ │ ├── path-exists@2.1.0
│ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ └── pinkie@2.0.4
│ │ │ │ └─┬ read-pkg@1.1.0
│ │ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ │ └─┬ error-ex@1.3.1
│ │ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ │ ├── pify@2.3.0
│ │ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ │ └── is-utf8@0.2.1
│ │ │ │ └── path-type@1.1.0
│ │ │ ├─┬ redent@1.0.0
│ │ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ │ └─┬ repeating@2.0.1
│ │ │ │ │ └── is-finite@1.0.2
│ │ │ │ └── strip-indent@1.0.1
│ │ │ └── trim-newlines@1.0.0
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├── nan@2.6.2
│ │ ├─┬ node-gyp@3.6.1
│ │ │ ├── fstream@1.0.11
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.1.0
│ │ │ ├─┬ osenv@0.1.4
│ │ │ │ ├── os-homedir@1.0.2
│ │ │ │ └── os-tmpdir@1.0.2
│ │ │ └─┬ tar@2.2.1
│ │ │ └── block-stream@0.0.9
│ │ ├─┬ npmlog@4.1.0
│ │ │ ├─┬ are-we-there-yet@1.1.4
│ │ │ │ └── delegates@1.0.0
│ │ │ ├── console-control-strings@1.1.0
│ │ │ ├─┬ gauge@2.7.4
│ │ │ │ ├── aproba@1.1.1
│ │ │ │ ├── has-unicode@2.0.1
│ │ │ │ └── wide-align@1.1.2
│ │ │ └── set-blocking@2.0.0
│ │ ├─┬ request@2.81.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├── aws4@1.6.0
│ │ │ ├── caseless@0.12.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.1
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@2.1.4
│ │ │ │ └── asynckit@0.4.0
│ │ │ ├─┬ har-validator@4.2.1
│ │ │ │ └── har-schema@1.0.5
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├── boom@2.10.1
│ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ ├── hoek@2.16.3
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├─┬ jsprim@1.4.0
│ │ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ ├── json-schema@0.2.3
│ │ │ │ │ └── verror@1.3.6
│ │ │ │ └─┬ sshpk@1.13.0
│ │ │ │ ├── asn1@0.2.3
│ │ │ │ ├── assert-plus@1.0.0
│ │ │ │ ├── bcrypt-pbkdf@1.0.1
│ │ │ │ ├─┬ dashdash@1.14.1
│ │ │ │ │ └── assert-plus@1.0.0
│ │ │ │ ├── ecc-jsbn@0.1.1
│ │ │ │ ├─┬ getpass@0.1.7
│ │ │ │ │ └── assert-plus@1.0.0
│ │ │ │ ├── jodid25519@1.0.2
│ │ │ │ ├── jsbn@0.1.1
│ │ │ │ └── tweetnacl@0.14.5
│ │ │ ├── is-typedarray@1.0.0
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├── oauth-sign@0.8.2
│ │ │ ├── performance-now@0.2.0
│ │ │ ├── qs@6.4.0
│ │ │ ├── safe-buffer@5.0.1
│ │ │ ├── stringstream@0.0.5
│ │ │ ├── tough-cookie@2.3.2
│ │ │ └── tunnel-agent@0.6.0
│ │ ├─┬ sass-graph@2.2.3
│ │ │ └─┬ scss-tokenizer@0.2.3
│ │ │ └── source-map@0.4.4
│ │ └── stdout-stream@1.4.0
│ ├─┬ os-name@2.0.1
│ │ ├── macos-release@1.0.0
│ │ └── win-release@1.1.1
│ ├─┬ postcss@5.2.11
│ │ ├── js-base64@2.1.9
│ │ ├── source-map@0.5.6
│ │ └─┬ supports-color@3.2.3
│ │ └── has-flag@1.0.0
│ ├── proxy-middleware@0.15.0
│ ├─┬ rollup@0.41.6
│ │ └── source-map-support@0.4.15
│ ├─┬ rollup-plugin-commonjs@8.0.2
│ │ ├── acorn@4.0.11
│ │ ├── estree-walker@0.3.1
│ │ └─┬ resolve@1.3.3
│ │ └── path-parse@1.0.5
│ ├─┬ rollup-plugin-json@2.1.1
│ │ └─┬ rollup-pluginutils@1.5.2
│ │ └── estree-walker@0.2.1
│ ├─┬ rollup-plugin-node-builtins@2.1.0
│ │ ├─┬ browserify-fs@1.0.0
│ │ │ ├─┬ level-filesystem@1.2.0
│ │ │ │ ├─┬ concat-stream@1.6.0
│ │ │ │ │ └── typedarray@0.0.6
│ │ │ │ ├─┬ fwd-stream@1.0.4
│ │ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ ├─┬ level-blobs@0.1.7
│ │ │ │ │ └─┬ readable-stream@1.1.14
│ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ ├─┬ level-peek@1.0.6
│ │ │ │ │ └── level-fix-range@1.0.2
│ │ │ │ ├─┬ level-sublevel@5.2.3
│ │ │ │ │ ├─┬ level-fix-range@2.0.0
│ │ │ │ │ │ └── clone@0.1.19
│ │ │ │ │ ├── level-hooks@4.5.0
│ │ │ │ │ ├── string-range@1.2.2
│ │ │ │ │ └─┬ xtend@2.0.6
│ │ │ │ │ ├── is-object@0.1.2
│ │ │ │ │ └─┬ object-keys@0.2.0
│ │ │ │ │ └── is@0.2.7
│ │ │ │ ├── octal@1.0.0
│ │ │ │ └── xtend@2.2.0
│ │ │ ├─┬ level-js@2.2.4
│ │ │ │ ├─┬ abstract-leveldown@0.12.4
│ │ │ │ │ └── xtend@3.0.0
│ │ │ │ ├── idb-wrapper@1.7.1
│ │ │ │ ├── isbuffer@0.0.0
│ │ │ │ ├── ltgt@2.1.3
│ │ │ │ ├── typedarray-to-buffer@1.0.4
│ │ │ │ └─┬ xtend@2.1.2
│ │ │ │ └── object-keys@0.4.0
│ │ │ └─┬ levelup@0.18.6
│ │ │ ├─┬ bl@0.8.2
│ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ ├── deferred-leveldown@0.2.0
│ │ │ ├── prr@0.0.0
│ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ ├── semver@2.3.2
│ │ │ └── xtend@3.0.0
│ │ ├── buffer-es6@4.9.3
│ │ ├─┬ crypto-browserify@3.11.0
│ │ │ ├─┬ browserify-cipher@1.0.0
│ │ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ │ └── buffer-xor@1.0.3
│ │ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ │ └── des.js@1.0.0
│ │ │ │ └── evp_bytestokey@1.0.0
│ │ │ ├─┬ browserify-sign@4.0.4
│ │ │ │ ├── bn.js@4.11.6
│ │ │ │ ├── browserify-rsa@4.0.1
│ │ │ │ ├─┬ elliptic@6.4.0
│ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ ├── hash.js@1.0.3
│ │ │ │ │ ├── hmac-drbg@1.0.1
│ │ │ │ │ ├── minimalistic-assert@1.0.0
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ └─┬ parse-asn1@5.1.0
│ │ │ │ └── asn1.js@4.9.1
│ │ │ ├── create-ecdh@4.0.0
│ │ │ ├─┬ create-hash@1.1.3
│ │ │ │ ├── cipher-base@1.0.3
│ │ │ │ ├─┬ ripemd160@2.0.1
│ │ │ │ │ └── hash-base@2.0.2
│ │ │ │ └── sha.js@2.4.8
│ │ │ ├── create-hmac@1.1.6
│ │ │ ├─┬ diffie-hellman@5.0.2
│ │ │ │ └── miller-rabin@4.0.0
│ │ │ ├── pbkdf2@3.0.12
│ │ │ ├── public-encrypt@4.0.0
│ │ │ └── randombytes@2.0.3
│ │ └── process-es6@0.11.6
│ ├─┬ rollup-plugin-node-globals@1.1.0
│ │ ├── estree-walker@0.2.1
│ │ ├── magic-string@0.16.0
│ │ └── rollup-pluginutils@1.5.2
│ ├─┬ rollup-plugin-node-resolve@3.0.0
│ │ ├─┬ browser-resolve@1.11.2
│ │ │ └── resolve@1.1.7
│ │ ├── builtin-modules@1.1.1
│ │ └── is-module@1.0.0
│ ├─┬ rollup-pluginutils@2.0.1
│ │ └─┬ micromatch@2.3.11
│ │ ├─┬ arr-diff@2.0.0
│ │ │ └── arr-flatten@1.0.3
│ │ ├── array-unique@0.2.1
│ │ ├─┬ braces@1.8.5
│ │ │ ├─┬ expand-range@1.8.2
│ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │ ├── is-number@2.1.0
│ │ │ │ ├── isobject@2.1.0
│ │ │ │ ├── randomatic@1.1.6
│ │ │ │ └── repeat-string@1.6.1
│ │ │ ├── preserve@0.2.0
│ │ │ └── repeat-element@1.1.2
│ │ ├─┬ expand-brackets@0.1.5
│ │ │ └── is-posix-bracket@0.1.1
│ │ ├── extglob@0.3.2
│ │ ├── filename-regex@2.0.1
│ │ ├─┬ kind-of@3.2.0
│ │ │ └── is-buffer@1.1.5
│ │ ├─┬ normalize-path@2.1.1
│ │ │ └── remove-trailing-separator@1.0.1
│ │ ├─┬ object.omit@2.0.1
│ │ │ ├─┬ for-own@0.1.5
│ │ │ │ └── for-in@1.0.2
│ │ │ └── is-extendable@0.1.1
│ │ ├─┬ parse-glob@3.0.4
│ │ │ ├── glob-base@0.3.0
│ │ │ └── is-dotfile@1.0.2
│ │ └─┬ regex-cache@0.4.3
│ │ ├── is-equal-shallow@0.1.3
│ │ └── is-primitive@2.0.0
│ ├─┬ tiny-lr@1.0.3
│ │ ├─┬ body@5.1.0
│ │ │ ├── continuable-cache@0.3.1
│ │ │ ├─┬ error@7.0.2
│ │ │ │ ├── string-template@0.2.1
│ │ │ │ └── xtend@4.0.1
│ │ │ ├─┬ raw-body@1.1.7
│ │ │ │ ├── bytes@1.0.0
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── safe-json-parse@1.0.1
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├─┬ faye-websocket@0.10.0
│ │ │ └─┬ websocket-driver@0.6.5
│ │ │ └── websocket-extensions@0.1.1
│ │ ├── livereload-js@2.2.2
│ │ └── object-assign@4.1.1
│ ├─┬ tslint@3.15.1
│ │ ├── colors@1.1.2
│ │ ├── diff@2.2.3
│ │ ├─┬ findup-sync@0.3.0
│ │ │ └── glob@5.0.15
│ │ ├─┬ optimist@0.6.1
│ │ │ ├── minimist@0.0.10
│ │ │ └── wordwrap@0.0.3
│ │ └─┬ underscore.string@3.3.4
│ │ ├── sprintf-js@1.1.0
│ │ └── util-deprecate@1.0.2
│ ├─┬ tslint-eslint-rules@1.5.0
│ │ └─┬ doctrine@0.7.2
│ │ ├── esutils@1.1.6
│ │ └── isarray@0.0.1
│ ├─┬ uglify-js@2.8.22
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │ ├── camelcase@1.2.1
│ │ ├─┬ cliui@2.1.0
│ │ │ ├─┬ center-align@0.1.3
│ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ └── longest@1.0.1
│ │ │ │ └── lazy-cache@1.0.4
│ │ │ ├── right-align@0.1.3
│ │ │ └── wordwrap@0.0.2
│ │ └── window-size@0.1.0
│ ├─┬ webpack@2.2.1
│ │ ├── acorn-dynamic-import@2.0.2
│ │ ├─┬ ajv@4.11.8
│ │ │ ├── co@4.6.0
│ │ │ └─┬ json-stable-stringify@1.0.1
│ │ │ └── jsonify@0.0.0
│ │ ├── ajv-keywords@1.5.1
│ │ ├── async@2.4.0
│ │ ├── enhanced-resolve@3.1.0
│ │ ├── interpret@1.0.3
│ │ ├── loader-runner@2.3.0
│ │ ├─┬ loader-utils@0.2.17
│ │ │ ├── big.js@3.1.3
│ │ │ ├── emojis-list@2.1.0
│ │ │ └── json5@0.5.1
│ │ ├─┬ memory-fs@0.4.1
│ │ │ └── errno@0.1.4
│ │ ├─┬ node-libs-browser@2.0.0
│ │ │ ├── assert@1.4.1
│ │ │ ├─┬ browserify-zlib@0.1.4
│ │ │ │ └── pako@0.2.9
│ │ │ ├─┬ buffer@4.9.1
│ │ │ │ ├── base64-js@1.2.0
│ │ │ │ └── ieee754@1.1.8
│ │ │ ├─┬ console-browserify@1.1.0
│ │ │ │ └── date-now@0.1.4
│ │ │ ├── constants-browserify@1.0.0
│ │ │ ├── domain-browser@1.1.7
│ │ │ ├── https-browserify@0.0.1
│ │ │ ├── os-browserify@0.2.1
│ │ │ ├── path-browserify@0.0.0
│ │ │ ├── process@0.11.10
│ │ │ ├── punycode@1.4.1
│ │ │ ├── querystring-es3@0.2.1
│ │ │ ├── stream-browserify@2.0.1
│ │ │ ├─┬ stream-http@2.7.1
│ │ │ │ ├── builtin-status-codes@3.0.0
│ │ │ │ ├── to-arraybuffer@1.0.1
│ │ │ │ └── xtend@4.0.1
│ │ │ ├── string_decoder@0.10.31
│ │ │ ├─┬ timers-browserify@2.0.2
│ │ │ │ └── setimmediate@1.0.5
│ │ │ ├── tty-browserify@0.0.0
│ │ │ ├─┬ url@0.11.0
│ │ │ │ ├── punycode@1.3.2
│ │ │ │ └── querystring@0.2.0
│ │ │ ├─┬ util@0.10.3
│ │ │ │ └── inherits@2.0.1
│ │ │ └── vm-browserify@0.0.4
│ │ ├── tapable@0.2.6
│ │ ├── watchpack@1.3.1
│ │ ├─┬ webpack-sources@0.1.5
│ │ │ └── source-list-map@0.1.8
│ │ └─┬ yargs@6.6.0
│ │ ├── camelcase@3.0.0
│ │ ├─┬ cliui@3.2.0
│ │ │ └── wrap-ansi@2.1.0
│ │ ├── get-caller-file@1.0.2
│ │ ├─┬ os-locale@1.4.0
│ │ │ └─┬ lcid@1.0.0
│ │ │ └── invert-kv@1.0.0
│ │ ├── require-directory@2.1.1
│ │ ├── require-main-filename@1.0.1
│ │ ├─┬ string-width@1.0.2
│ │ │ ├── code-point-at@1.1.0
│ │ │ └─┬ is-fullwidth-code-point@1.0.0
│ │ │ └── number-is-nan@1.0.1
│ │ ├── which-module@1.0.0
│ │ ├── y18n@3.2.1
│ │ └─┬ yargs-parser@4.2.1
│ │ └── camelcase@3.0.0
│ ├─┬ ws@1.1.1
│ │ ├── options@0.0.6
│ │ └── ultron@1.0.2
│ └─┬ xml2js@0.4.17
│ ├── sax@1.2.2
│ └── xmlbuilder@4.2.1
├─┬ @ionic/cli-plugin-ionic-angular@1.0.0
│ └─┬ @ionic/cli-utils@1.0.0
│ ├─┬ archiver@1.3.0
│ │ ├─┬ archiver-utils@1.3.0
│ │ │ └── lazystream@1.0.0
│ │ ├── buffer-crc32@0.2.13
│ │ ├─┬ tar-stream@1.5.4
│ │ │ ├── bl@1.2.1
│ │ │ ├── end-of-stream@1.4.0
│ │ │ └── xtend@4.0.1
│ │ ├── walkdir@0.0.11
│ │ └─┬ zip-stream@1.1.1
│ │ └─┬ compress-commons@1.2.0
│ │ └─┬ crc32-stream@2.0.0
│ │ └── crc@3.4.4
│ ├── cross-spawn@4.0.2
│ ├─┬ inquirer@3.0.6
│ │ ├── ansi-escapes@1.4.0
│ │ ├─┬ cli-cursor@2.1.0
│ │ │ └─┬ restore-cursor@2.0.0
│ │ │ └─┬ onetime@2.0.1
│ │ │ └── mimic-fn@1.1.0
│ │ ├── cli-width@2.1.0
│ │ ├─┬ external-editor@2.0.1
│ │ │ └── tmp@0.0.31
│ │ ├── figures@2.0.0
│ │ ├── mute-stream@0.0.7
│ │ ├─┬ run-async@2.3.0
│ │ │ └── is-promise@2.1.0
│ │ ├── rx@4.1.0
│ │ ├─┬ string-width@2.0.0
│ │ │ └── is-fullwidth-code-point@2.0.0
│ │ └── through@2.3.8
│ ├─┬ leek@0.0.24
│ │ ├─┬ lodash.assign@3.2.0
│ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ └── lodash._basecopy@3.0.1
│ │ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ │ ├── lodash._bindcallback@3.0.1
│ │ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ │ └── lodash.restparam@3.6.1
│ │ │ └─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ ├── lodash.isarguments@3.1.0
│ │ │ └── lodash.isarray@3.0.4
│ │ └── rsvp@3.5.0
│ ├── ncp@2.0.0
│ ├── progress@1.1.8
│ ├── rimraf@2.6.1
│ ├── semver@5.3.0
│ ├── slice-ansi@0.0.4
│ ├─┬ string-width@2.0.0
│ │ └── is-fullwidth-code-point@2.0.0
│ ├─┬ superagent@3.5.2
│ │ ├── cookiejar@2.0.6
│ │ └── formidable@1.1.1
│ └── uuid@3.0.1
├─┬ @ionic/cloud-angular@0.12.0
│ └─┬ @ionic/cloud@0.16.0
│ ├─┬ @ionic/db@0.1.0
│ │ ├── core-js@2.4.1
│ │ ├── es6-promise@3.3.1
│ │ ├─┬ is-plain-object@2.0.1
│ │ │ └── isobject@1.0.2
│ │ └─┬ snake-case@2.1.0
│ │ └─┬ no-case@2.3.1
│ │ └── lower-case@1.1.4
│ ├─┬ ionic-native@2.9.0
│ │ └── rxjs@5.0.1
│ └─┬ superagent@1.7.2
│ ├── extend@3.0.0
│ ├─┬ form-data@0.2.0
│ │ ├── async@0.9.2
│ │ ├─┬ combined-stream@0.0.7
│ │ │ └── delayed-stream@0.0.5
│ │ └─┬ mime-types@2.0.14
│ │ └── mime-db@1.12.0
│ ├── formidable@1.0.17
│ ├── qs@2.3.3
│ ├─┬ readable-stream@1.0.27-1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── reduce-component@1.0.1
├─┬ @ionic/storage@2.0.1
│ ├── @types/localforage@0.0.30
│ ├─┬ localforage@1.4.3
│ │ └─┬ lie@3.0.2
│ │ ├─┬ es3ify@0.1.4
│ │ │ ├── esprima-fb@3001.1.0-dev-harmony-fb
│ │ │ └─┬ jstransform@3.0.0
│ │ │ ├── base62@0.1.1
│ │ │ └── source-map@0.1.31
│ │ ├── immediate@3.0.6
│ │ ├─┬ inline-process-browser@1.0.0
│ │ │ ├─┬ falafel@1.2.0
│ │ │ │ ├── acorn@1.2.2
│ │ │ │ ├── foreach@2.0.5
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── object-keys@1.0.11
│ │ │ └─┬ through2@0.6.5
│ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── xtend@4.0.1
│ │ └─┬ unreachable-branch-transform@0.3.0
│ │ ├── esmangle-evaluator@1.0.1
│ │ └─┬ recast@0.10.43
│ │ ├── ast-types@0.8.15
│ │ └── esprima-fb@15001.1001.0-dev-harmony-fb
│ └── localforage-cordovasqlitedriver@1.5.0
├── @types/node@7.0.18 invalid
├── @types/socket.io-client@1.4.29
├── datepicker-ionic2@2.3.3
├─┬ feathers-client@2.2.0
│ ├─┬ feathers@2.1.1
│ │ ├─┬ @types/express@4.0.35
│ │ │ ├── @types/express-serve-static-core@4.0.44
│ │ │ └─┬ @types/serve-static@1.7.31
│ │ │ └── @types/mime@0.0.29
│ │ ├─┬ babel-polyfill@6.23.0
│ │ │ └── regenerator-runtime@0.10.5
│ │ ├─┬ debug@2.6.6
│ │ │ └── ms@0.7.3
│ │ ├── events@1.1.1
│ │ ├── feathers-commons@0.8.7
│ │ ├── rubberduck@1.1.1
│ │ └── uberproto@1.2.0
│ ├─┬ feathers-authentication-client@0.3.2
│ │ └── jwt-decode@2.2.0
│ ├── feathers-errors@2.7.0
│ ├── feathers-hooks@2.0.0
│ ├─┬ feathers-primus@2.1.0
│ │ ├── feathers-socket-commons@2.4.0
│ │ ├─┬ primus@6.1.0
│ │ │ ├─┬ access-control@1.0.0
│ │ │ │ └── millisecond@0.1.2
│ │ │ ├── asyncemit@3.0.1
│ │ │ ├─┬ create-server@1.0.1
│ │ │ │ └── connected@0.0.2
│ │ │ ├─┬ diagnostics@1.1.0
│ │ │ │ ├─┬ colorspace@1.0.1
│ │ │ │ │ ├─┬ color@0.8.0
│ │ │ │ │ │ ├── color-convert@0.5.3
│ │ │ │ │ │ └─┬ color-string@0.3.0
│ │ │ │ │ │ └── color-name@1.1.2
│ │ │ │ │ └── text-hex@0.0.0
│ │ │ │ ├─┬ enabled@1.0.2
│ │ │ │ │ └── env-variable@0.0.3
│ │ │ │ └─┬ kuler@0.0.0
│ │ │ │ └── colornames@0.0.2
│ │ │ ├── eventemitter3@2.0.3
│ │ │ ├── forwarded-for@1.0.1
│ │ │ ├─┬ fusing@1.0.0
│ │ │ │ ├── emits@3.0.0
│ │ │ │ └─┬ predefine@0.1.2
│ │ │ │ └── extendible@0.1.1
│ │ │ ├─┬ setheader@0.0.4
│ │ │ │ └── debug@0.7.4
│ │ │ └── ultron@1.1.0
│ │ └── primus-emitter@3.1.1
│ ├── feathers-rest@1.7.2
│ └─┬ feathers-socketio@1.5.2
│ └── @types/socket.io@1.4.29
├── ionic-angular@3.0.1
├── ionic-native@3.5.0
├── ionicons@3.0.0
├─┬ rxjs@5.1.1
│ └── symbol-observable@1.0.4
├─┬ socket.io@1.7.4
│ ├─┬ debug@2.3.3
│ │ └── ms@0.7.2
│ ├─┬ engine.io@1.8.4
│ │ ├── base64id@1.0.0
│ │ ├─┬ debug@2.3.3
│ │ │ └── ms@0.7.2
│ │ ├─┬ engine.io-parser@1.3.2
│ │ │ ├── after@0.8.2
│ │ │ ├── arraybuffer.slice@0.0.6
│ │ │ ├── base64-arraybuffer@0.1.5
│ │ │ ├── blob@0.0.4
│ │ │ └── wtf-8@1.0.0
│ │ └── ws@1.1.4
│ ├─┬ has-binary@0.1.7
│ │ └── isarray@0.0.1
│ ├── object-assign@4.1.0
│ ├─┬ socket.io-adapter@0.5.0
│ │ └─┬ debug@2.3.3
│ │ └── ms@0.7.2
│ └─┬ socket.io-parser@2.3.1
│ ├── component-emitter@1.1.2
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── isarray@0.0.1
│ └── json3@3.3.2
├─┬ socket.io-client@1.7.4
│ ├── backo2@1.0.2
│ ├── component-bind@1.0.0
│ ├── component-emitter@1.2.1
│ ├─┬ debug@2.3.3
│ │ └── ms@0.7.2
│ ├─┬ engine.io-client@1.8.4
│ │ ├── component-inherit@0.0.3
│ │ ├─┬ debug@2.3.3
│ │ │ └── ms@0.7.2
│ │ ├── has-cors@1.1.0
│ │ ├── parsejson@0.0.3
│ │ ├── parseqs@0.0.5
│ │ ├── ws@1.1.2
│ │ ├── xmlhttprequest-ssl@1.5.3
│ │ └── yeast@0.1.2
│ ├── indexof@0.0.1
│ ├── object-component@0.0.3
│ ├─┬ parseuri@0.0.5
│ │ └─┬ better-assert@1.0.2
│ │ └── callsite@1.0.0
│ └── to-array@0.1.4
├─┬ sw-toolbox@3.4.0
│ ├─┬ path-to-regexp@1.7.0
│ │ └── isarray@0.0.1
│ └── serviceworker-cache-polyfill@4.0.0
├── typescript@2.2.2
└── zone.js@0.8.10
I think the issue could be on this module:
├─┬ @ionic /app-scripts@1.3.7 invalid
but I don’t know how to fix
Nope, your problem is ^^^, which is bringing in ionic-native 2.9.0.
Hey rapropos, I’ve just tried installing ionic cloud to get Push going in my app, and after running npm install @ionic /cloud-angular --save and added the stuff to my app.module.ts I started getting this same error, so I know its connected to this cloud installation. I went into the package.json for @ionic /cloud and I see
“dependencies”: {
"@ionic /db": “^0.1.0”,
“ionic-native”: “^2.9.0”,
“superagent”: “1.7.2”
}
i’ve tried updating the ^2.9.0 to ^3.5.0 in this file and run npm install and I get errors in npm.
In my apps main package.json i see
“ionic-native”: “^3.5.0”
Any ideas?
tspence:
Any ideas?
Nothing at the moment aside from “uninstall @ionic /cloud-angular or try to find a newer version of it or a replacement that doesn’t have a dependency on that obsolete ionic-native package”.
I still cannot make it working. Which version of ionic/cloud-angular is compatible with ionic3? Is there any estimate about when we get this fix on cloud-angular?
Hi,
I’m stuck on this problem…is there a workaround you can suggest?
Uninstall the old ionic-native package. You run into this error because you installed the ionic -native and @ionic-native /core package.
Read the upgrade guides before you update your package.json file
Have you got it working. I have install cloud_angular & everything messed up.
Has anyone solved this? I’m experiencing the same thing in my Ionic 3 app.
After searching ALL the files in the entire app for any mention of “from ‘ionic-native’ ”, I found the line
import { Device as NativeDevice } from 'ionic-native';
in …\node_modules@ionic\cloud\dist\esm\di.js. For some reason, the Ionic team didn’t update this file, thought they updated every other file in node_modules.
Hope this helps.