无法安装离子服务部署
Can't install ionic-service-deploy
我正在使用 ionic 并想为我的代码添加部署选项但无法安装
离子服务部署。
我正在尝试 运行
ionic add ionic-service-deploy
但出现错误:
> Failed to find the bower component "ionic-service-deploy".
Are you sure it exists? (CLI v1.4.5)
Your system information:
Cordova CLI: 5.0.0
Ionic Version: 1.0.0
Ionic CLI Version: 1.4.5
Ionic App Lib Version: 0.0.22
OS: Windows 7 SP1
Node Version: v0.12.4
你必须先运行这个:
cordova plugin add https://github.com/driftyco/ionic-plugins-deploy
问题出在防火墙上,只需要做代理就可以解决问题
有时,如果我在非 windows 电脑上工作,我总是遇到 bower 和 npm 的问题,我 运行 是下面的命令
git config --global url."https://".insteadOf git://
我正在使用 ionic 并想为我的代码添加部署选项但无法安装 离子服务部署。 我正在尝试 运行
ionic add ionic-service-deploy
但出现错误:
> Failed to find the bower component "ionic-service-deploy".
Are you sure it exists? (CLI v1.4.5)
Your system information:
Cordova CLI: 5.0.0
Ionic Version: 1.0.0
Ionic CLI Version: 1.4.5
Ionic App Lib Version: 0.0.22
OS: Windows 7 SP1
Node Version: v0.12.4
你必须先运行这个:
cordova plugin add https://github.com/driftyco/ionic-plugins-deploy
问题出在防火墙上,只需要做代理就可以解决问题
有时,如果我在非 windows 电脑上工作,我总是遇到 bower 和 npm 的问题,我 运行 是下面的命令
git config --global url."https://".insteadOf git://