ionic3-ecommerce-app icon indicating copy to clipboard operation
ionic3-ecommerce-app copied to clipboard

problems with names

Open francese2015 opened this issue 7 years ago • 0 comments

Hi, the application does not work. I'm using Angular 4 and Ionic 3. May you help me? Cordova does not install and Ionic serve does not find many names. ----- this is my environment: cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.13.1
ionic (Ionic CLI) : 3.13.1

global packages:

cordova (Cordova CLI) : 7.1.0 

local packages:

@ionic/app-scripts : 3.0.0
Cordova Platforms  : android 6.2.3
Ionic Framework    : ionic-angular 3.7.1

System:

ios-sim : 5.0.8 
Node    : v6.11.2
npm     : 2.15.12 
OS      : macOS Sierra
Xcode   : Xcode 8.3.3 Build version 8E3004b 

Misc:

backend : pro

---- This is the report: (ionic serve) [WARN] Detected @ionic/cli-plugin-cordova in your package.json.

   As of CLI 3.8, it is no longer needed. You can uninstall it:
   
   npm uninstall -D -E @ionic/cli-plugin-cordova
   

[WARN] Detected @ionic/cli-plugin-ionic-angular in your package.json.

   As of CLI 3.8, it is no longer needed. You can uninstall it:
   
   npm uninstall -D -E @ionic/cli-plugin-ionic-angular
   

[INFO] Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 - Ctrl+C to cancel [02:51:37] watch started ... [02:51:37] build dev started ... [02:51:37] clean started ... [02:51:37] clean finished in 1 ms [02:51:37] copy started ... [02:51:38] deeplinks started ... [02:51:38] deeplinks finished in 135 ms [02:51:38] transpile started ... [02:51:41] typescript: src/app/app.component.ts, line: 80 Cannot find name 'Deploy'.

  L79:  public translate: TranslateService,
  L80:  public deploy: Deploy,
  L81:  public alertCtrl: AlertController,

[02:51:41] typescript: src/app/app.component.ts, line: 83 Cannot find name 'Deeplinks'.

  L82:  private splashScreen: SplashScreen,
  L83:  private deeplinks: Deeplinks,
  L84:  private appRate: AppRate,

[02:51:41] typescript: src/app/app.component.ts, line: 84 Cannot find name 'AppRate'.

  L83:  private deeplinks: Deeplinks,
  L84:  private appRate: AppRate,
  L85:  private ga: GoogleAnalytics,

[02:51:41] typescript: src/app/app.component.ts, line: 85 Cannot find name 'GoogleAnalytics'.

  L84:  private appRate: AppRate,
  L85:  private ga: GoogleAnalytics,
  L86:  private push: Push,

[02:51:41] typescript: src/app/app.component.ts, line: 86 Cannot find name 'Push'.

  L85:  private ga: GoogleAnalytics,
  L86:  private push: Push,
  L87:  private tts: TextToSpeech

[02:51:41] typescript: src/app/app.component.ts, line: 87 Cannot find name 'TextToSpeech'.

  L86:    private push: Push,
  L87:    private tts: TextToSpeech
  L88:  ) {

[02:51:41] typescript: src/app/app.component.ts, line: 248 Cannot find name 'PushOptions'.

 L248:      const options: PushOptions = {
 L249:         android: {

[02:51:41] typescript: src/app/app.component.ts, line: 260 Cannot find name 'PushObject'.

 L260:      const pushObject: PushObject = this.push.init(options);

[02:51:41] typescript: src/app/app.module.ts, line: 55 Cannot find name 'CloudSettings'.

  L55:  const cloudSettings: CloudSettings = {
  L56:    'core': {

[02:51:41] typescript: src/pages/about/about.ts, line: 16 Cannot find name 'CallNumber'.

  L15:  public popoverCtrl: PopoverController,
  L16:  private call: CallNumber,
  L17:  private socialSharing: SocialSharing) { }

[02:51:41] typescript: src/pages/about/about.ts, line: 17 Cannot find name 'SocialSharing'.

  L16:      private call: CallNumber,
  L17:      private socialSharing: SocialSharing) { }

[02:51:41] typescript: src/pages/account/account.ts, line: 24 Cannot find name 'User'.

  L23:  public nav: NavController, 
  L24:  public user: User,
  L25:  public userService: UserService,

[02:51:41] typescript: src/pages/account/account.ts, line: 26 Cannot find name 'Camera'.

  L25:    public userService: UserService,
  L26:    public camera: Camera) {

[02:51:41] typescript: src/pages/home/home.ts, line: 31 Cannot find name 'GoogleAnalytics'.

  L30:      public platform: Platform,
  L31:      private ga: GoogleAnalytics) {

[02:51:41] typescript: src/pages/login/login.ts, line: 21 Cannot find name 'Auth'.

  L20:  public loadingCtrl: LoadingController,
  L21:  public auth: Auth,
  L22:  public userService: UserService,

[02:51:41] typescript: src/pages/login/login.ts, line: 25 Cannot find name 'Push'.

  L24:      public events: Events,
  L25:      public push: Push) { }

[02:51:41] typescript: src/pages/login/login.ts, line: 45 Cannot find name 'PushToken'.

  L44:  // Push Notification register
  L45:  this.push.register().then((data: PushToken) => {
  L46:    return this.push.saveToken(data);

[02:51:41] typescript: src/pages/login/login.ts, line: 47 Cannot find name 'PushToken'.

  L46:    return this.push.saveToken(data);
  L47:  }).then((data: PushToken) => {
  L48:    console.log('Token saved:', data.token);

[02:51:41] typescript: src/pages/login/login.ts, line: 50 Cannot find name 'IDetailedError'.

  L49:    });
  L50:  }, (err: IDetailedError<string[]>) => {
  L51:    console.log(err);

[02:51:41] typescript: src/pages/signup/signup.ts, line: 16 Cannot find name 'UserDetails'.

  L16:    details: UserDetails = {
  L17:      "name": this.signup.name, 

[02:51:41] typescript: src/pages/signup/signup.ts, line: 27 Cannot find name 'User'.

  L26:  public userService: UserService,
  L27:  public user: User,
  L28:  public auth: Auth) {}

[02:51:41] typescript: src/pages/signup/signup.ts, line: 28 Cannot find name 'Auth'.

  L27:      public user: User,
  L28:      public auth: Auth) {}

[02:51:41] typescript: src/pages/signup/signup.ts, line: 39 Cannot find name 'IDetailedError'.

  L38:    this.navCtrl.push(LoginPage);
  L39:  }, (err: IDetailedError<string[]>) => {
  L40:    for (let e of err.details) {

[02:51:41] typescript: src/providers/data-service.ts, line: 17 Cannot find name 'Database'.

  L16:  public storage: Storage, 
  L17:  public db: Database) {
  L18:  this.storage.get('cart').then((value) => {

[02:51:41] typescript: src/providers/user-service.ts, line: 21 Cannot find name 'Auth'.

  L20:  public storage: Storage,
  L21:  public auth: Auth,
  L22:  public push: Push

[02:51:41] typescript: src/providers/user-service.ts, line: 22 Cannot find name 'Push'.

  L21:    public auth: Auth,
  L22:    public push: Push
  L23:  ) {

also cordova does not install

cordova platform add android --save ✖ Running command - failed! [ERROR] Exception: Using cordova-fetch for cordova-android@~6.2.2

    Adding android project...
    Creating Cordova project for the Android platform:
    	Path: ../../ionic3/ecommerce/platforms/android
    	Package: com.ionicframework.vplanetcommerce487570
    	Name: vplanet_commerce
    	Activity: MainActivity
    	Android target: android-25
    Subproject Path: CordovaLib
    Android project created with [email protected]
    Discovered plugin "call-number" in config.xml. Adding it to the project
    Installing "call-number" for android
    Adding call-number to package.json
    Saved plugin info for "call-number" to config.xml
    Discovered plugin "card.io.cordova.mobilesdk" in config.xml. Adding it 
    to the project
    Installing "card.io.cordova.mobilesdk" for android
    Subproject Path: CordovaLib
    Adding card.io.cordova.mobilesdk to package.json
    Saved plugin info for "card.io.cordova.mobilesdk" to config.xml
    Discovered plugin "cordova-plugin-apprate" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-plugin-apprate" from config.xml. You 
    might need to try adding it again. Error: Cannot find plugin.xml for 
    plugin "yargs-parser". Please try adding it again.
    Discovered plugin "cordova-plugin-camera" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-plugin-camera" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-camera@~2.3.1 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-camera@~2.3.1" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-console" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-plugin-console" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-console@~1.0.5 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-console@~1.0.5" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-device" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-plugin-device" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-device@~1.1.4 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-device@~1.1.4" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-google-analytics" in config.xml. 
    Adding it to the project
    Failed to restore plugin "cordova-plugin-google-analytics" from 
    config.xml. You might need to try adding it again. Error: Failed to 
    fetch plugin cordova-plugin-google-analytics@~1.7.4 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-google-analytics@~1.7.4" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-splashscreen" in config.xml. Adding it 
    to the project
    Failed to restore plugin "cordova-plugin-splashscreen" from config.xml. 
    You might need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-splashscreen@~4.0.1 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-splashscreen@~4.0.1" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-statusbar" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-plugin-statusbar" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-statusbar@~2.2.1 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-statusbar@~2.2.1" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-tts" in config.xml. Adding it to the 
    project
    Failed to restore plugin "cordova-plugin-tts" from config.xml. You might 
    need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-tts@~0.2.3 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-tts@~0.2.3" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-plugin-whitelist" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    cordova-plugin-whitelist@~1.3.1 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-whitelist@~1.3.1" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-plugin-x-socialsharing" in config.xml. Adding 
    it to the project
    Failed to restore plugin "cordova-plugin-x-socialsharing" from 
    config.xml. You might need to try adding it again. Error: Failed to 
    fetch plugin cordova-plugin-x-socialsharing@~5.1.6 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-plugin-x-socialsharing@~5.1.6" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "cordova-sqlite-storage" in config.xml. Adding it to 
    the project
    Failed to restore plugin "cordova-sqlite-storage" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    cordova-sqlite-storage@~2.0.2 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "cordova-sqlite-storage@~2.0.2" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "ionic-plugin-deeplinks" in config.xml. Adding it to 
    the project
    Failed to restore plugin "ionic-plugin-deeplinks" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    ionic-plugin-deeplinks@~1.0.14 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "ionic-plugin-deeplinks@~1.0.14" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "ionic-plugin-deploy" in config.xml. Adding it to the 
    project
    Failed to restore plugin "ionic-plugin-deploy" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    ionic-plugin-deploy@~0.6.5 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "ionic-plugin-deploy@~0.6.5" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "ionic-plugin-keyboard" in config.xml. Adding it to 
    the project
    Failed to restore plugin "ionic-plugin-keyboard" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    ionic-plugin-keyboard@~2.2.1 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "ionic-plugin-keyboard@~2.2.1" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    Discovered plugin "phonegap-plugin-push" in config.xml. Adding it to the 
    project
    Failed to restore plugin "phonegap-plugin-push" from config.xml. You 
    might need to try adding it again. Error: Failed to fetch plugin 
    phonegap-plugin-push@~1.9.4 via registry.
    Probably this is either a connection problem, or plugin spec is 
    incorrect.
    Check your connection and plugin name/version/URL.
    Error: npm: Command failed with exit code 1 Error output:
    npm ERR! Darwin 16.6.0
    npm ERR! argv "/usr/local/bin/node" 
    "/Users/macrita/IONIC3/ecommerce/node_modules/.bin/npm" "install" 
    "phonegap-plugin-push@~1.9.4" "--save"
    npm ERR! node v6.11.2
    npm ERR! npm  v2.15.12
    npm ERR! code EPEERINVALID
    
    npm ERR! peerinvalid The package @angular/[email protected] does not satisfy 
    its siblings' peerDependencies requirements!
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @angular/[email protected] wants 
    @angular/[email protected]
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic-native/[email protected] wants 
    @angular/core@*
    npm ERR! peerinvalid Peer @ionic/[email protected] wants @angular/core@*
    npm ERR! peerinvalid Peer [email protected] wants @angular/[email protected]
    npm ERR! peerinvalid Peer [email protected] wants @angular/core@^2.0.0
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     /Users/macrita/IONIC3/ecommerce/node_modules/npm-debug.log
    --save flag or autosave detected
    Saving android@~6.2.3 into config.xml file ...

francese2015 avatar Oct 17 '17 01:10 francese2015