我正在尝试将推送通知添加到我的Ionic2应用程序。我在跟踪。在按照ionic2推送文档页面中的建议执行ionic io init之前,我的应用程序工作正常。现在每次执行ionic serve时,我都会收到这个错误
bundle failed: 'CloudModule' is not exported by node_modules/@ionic/cloud-angular/dist/es5/index.js
(imported by src/app/app.module.ts). For help fixing this error see htt
我使用的是ionic2,我想设置自定义的splash映像,所以我在../myproject/resources/splash.png中设置了splash.png,然后运行以下命令:ionic cordova resources --splash,但是我得到了这个错误:
Error: socket hang up
at TLSSocket.onHangUp (_tls_wrap.js:1140:19)
at Object.onceWrapper (events.js:314:30)
at emitNone (events.js:110:20)
at TLSSocket.emit (events.
我正在尝试将fcm插件添加到我的项目中,但它显示以下错误
ionic cordova plugin add cordova-plugin-fcm
> cordova plugin add cordova-plugin-fcm --save
Error: Failed to fetch plugin file:node_modules/cordova-plugin-fcm via registry.
Probably this is either a connection problem, or plugin spec is incorrect.
Check your connectio
我正在尝试按照官方的“入门”Ionic2文档的安装部分中的说明来设置Ionic2环境。
我在一台苹果电脑上,安装了El船长版本10.11.5和最新的xCode版本(7.3.1)。
在安装了ionic platform add ios之后,我成功地运行了命令Cordova。
当我运行下一个命令ionic emulate ios (如入门指南中所述)时,我收到一个神秘的错误,其日志为
(node:38155) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs modu
我在一个Ionic2/Angular2打字稿项目中玩图形库C3。我通过npm安装了npm,通过tsd安装了类型定义。
我已经导入了我自己的ts文件,如下所示。
import {Component} from '@angular/core';
import {NavController} from 'ionic-angular';
import * as C3 from 'c3';
import * as D3 from 'd3';
@Component({
templateUrl: 'build/pages/gra