npm WARN @ionic-native/network@3.8.1 requires a peer of @ionic-native/core@^3.6.0 but none was installed.
npm WARN @ionic-native/network@3.8.1 requires a peer of rxjs@^5.0.1 but none was installed.
我正在尝试使用@ in native http在ionic3中实现SSL锁定。我已经复制了platforms/android/assets文件夹中的证书(.cer)文件。我试着运行下面的代码,得到的错误是:你必须添加至少一个证书才能固定到证书private getHtpRequest(url: string){ this.htp.enableSSLPinning(true);
this