Skip to content

Unable to start application with ionic-firebase-ngrx-user-management #8

Description

@jaytonic

Hi,

I've done the following:

npm install --save @xtream/ionic-firebase-ngrx-user-management
npm install --save @ngrx/effects
npm install --save @ionic-native/google-plus
npm install --save @ionic-native/facebook
ionic serve

But I get a conflicts:

PS F:\Dev\> ionic serve
> ng.cmd run app:serve --host=localhost --port=8100
[ng] Warning: Entry point '@agm/js-marker-clusterer' contains deep imports into 'F:/Dev/node_modules/@agm/core/services/google-maps-types'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
[ng] Compiling @ngrx/store : es2015 as esm2015
[ng] Compiling @ngrx/store/testing : es2015 as esm2015
[ng] chunk {main} main.js, main.js.map (main) 1.97 kB [initial] [rendered]
[ng] chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 127 kB [initial] [rendered]
[ng] chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB [entry] [rendered]
[ng] chunk {styles} styles.js, styles.js.map (styles) 99.3 kB [initial] [rendered]
[ng] chunk {vendor} vendor.js, vendor.js.map (vendor) 340 kB [initial] [rendered]
**[ng] ERROR in node_modules/@xtream/ionic-firebase-ngrx-user-management/lib/effects/custom-email-handler.effects.d.ts:4:10 - error TS2440: Import declaration conflicts with local declaration of 'Action'.
[ng] 4 import { Action } from '@ngrx/store';**
[ng]            ~~~~~~
[ng] Date: 2020-05-19T10:30:52.651Z - Hash: e867bfb4071014b28b21 - Time: 6132ms

Any idea what I did wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions