我尝试在我的应用程序上安装“浏览器标签”插件:
ionic cordova plugin add cordova-plugin-browsertab
输出是这样的:
> ionic integrations enable cordova
[INFO] Downloading integration cordova
Error: unable to verify the first certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1051:34)
at TLSSocket.emit (events.js:189:13)
at TLSSocket._finishInit (_tls_wrap.js:633:8)
我尝试使用
npm config set strict-ssl false
但错误仍然存在