【问题标题】:Ioniv-v4 : ionic cordova plugin add cordova-plugin-googleplus Not workingIoniv-v4:离子cordova插件添加cordova-plugin-googleplus不工作
【发布时间】:2019-01-15 07:52:24
【问题描述】:

此 (cordova-plugin-googleplus) 命令不适用于 IONIC-v4-BETA,请帮助解决此问题,详情如下。

命令

ionic cordova 插件添加 cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=REV_KEY

命令错误

PS C:\ROOT\yaflix\Source\DEV\yaflix> ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.****************************************
> cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=com.googleusercontent.apps.********************************** --save
(node:10740) UnhandledPromiseRejectionWarning: Error: cmd: Command failed with exit code 1 Error output:
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read
npm ERR! network read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\JACK\AppData\Roaming\npm-cache\_logs\2018-08-08T05_42_29_829Z-debug.log
    at ChildProcess.whenDone (C:\Users\JACK\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:925:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
(node:10740) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:10740) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
PS C:\ROOT\yaflix\Source\DEV\yaflix>

离子信息

Ionic:

   ionic (Ionic CLI)          : 4.0.3 (C:\Users\JACK\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework            : @ionic/angular 4.0.0-beta.0
   @angular-devkit/core       : 0.7.0-rc.3
   @angular-devkit/schematics : 0.7.0-rc.3
   @angular/cli               : 6.0.8
   @ionic/ng-toolkit          : 1.0.0
   @ionic/schematics-angular  : 1.0.1
Cordova:

   cordova (Cordova CLI) : 8.0.0
   Cordova Platforms     : android 7.0.0

System:

   NodeJS : v8.11.3 (C:\Program Files\nodejs\node.exe)
   npm    : 5.6.0
   OS     : Windows 10

Environment:

   ANDROID_HOME : C:\Users\JACK\AppData\Local\Android\Sdk\platform-tools

cordova 插件 ls

cordova-plugin-device 2.0.2 "Device"
cordova-plugin-ionic-keyboard 2.1.2 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 2.0.2 "cordova-plugin-ionic-webview"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-whitelist 1.3.3 "Whitelist"

【问题讨论】:

  • 嘿兄弟,我不确定,但试试这个命令npm config set registry http://registry.npmjs.org/,然后试试npm install,然后试试你的命令
  • 嗨,这个解决方案不能正常工作同样的错误。还有其他建议吗?
  • 嗨,这个解决方案不能正常工作同样的错误。还有其他建议吗?
  • 你能安装其他 npm 包吗?我猜不对吧?
  • 用网络改变了什么?像DNS什么的?所以请把它设置为默认设置这是网络问题它只发生在你改变了一些设置或者这个https问题你能做一件事吗?运行此命令npm config edit 这在 CMD 中打开文件并找到注册表它将类似于registry=https://registry.npmjs.org/ 如果有 https 然后将其设为 http 如果注册表的 url 类似于 github 然后将其更改为registry.npmjs.org/让我知道结果

标签: cordova ionic-framework firebase-authentication ionic-native ionic4


【解决方案1】:

好像是网络问题

您是否对网络进行了一些更改?像DNS什么的?所以请把它设为默认设置这是网络问题它只发生在你改变了一些设置或者这个https问题你能做一件事吗?

  1. 运行此命令npm config edit
  2. 这将在 CMD 中打开文件并找到注册表,它将类似于 registry=https://registry.npmjs.org/
  3. 如果有 https,则将其设为 http,如果注册表的 url 类似于 Github,则将其更改为 registry.npmjs.org/
    让我知道结果。

【讨论】:

    【解决方案2】:

    Google plus 已停用,由于您使用的是 ionic4,您需要使用 google plus beta 版本

    检查你的 package.json 为了 "@ionic-native/google-plus": "5.0.0-beta.0",

    并像这样导入它 从“@ionic-native/google-plus/ngx”导入 { GooglePlus };

    【讨论】:

      【解决方案3】:

      我知道已经晚了……但我找到了解决方案……如果有人遇到此类问题……请按照以下步骤操作……

        ** 原因:** 当您在本地和全局安装 NPM 时会发生这种情况。

        解决方案

      1. 全局卸载 NPM、NODE 和 Ionic a。
      2. 清除所有与npm和node相关的临时文件和本地文件
      3. 重新安装 Node 和 NPM

      始终不要全局安装 NPM。

      在本地 node_model 文件夹中安装依赖项。在全局模式下 (即,使用 -g 或 - 命令),它建立当前包 引用(即当前工作目录)作为全局包。 默认情况下,npm install 包会安装所有的模块 在 json 中列为依赖项。

      NPM Documentation

      【讨论】:

        猜你喜欢
        • 2018-03-02
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2020-10-17
        • 1970-01-01
        • 2016-04-07
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多