我很高兴看到Ionic的Release版本,但发现自己无法更新我现有的项目.这就是我做的.
原文链接:https://www.f2er.com/angularjs/142479.html>运行npm install -g ionic
>在App的根文件夹中打开bower.json(上面的www)
>你会在这里找到这样的东西:
{ "name": "MyAppName","private": "true","devDependencies": { "ionic": "driftyco/ionic-bower#xxxxxxxx" } }
>将其更改为此(基本上通过更改最后一行:
{ "name": "MyAppName","devDependencies": { "ionic": "driftyco/ionic-bower#1.0.0-rc.1" } }
bower update ionic lib update
>运行ionic lib以检查版本号
希望能帮助别人抓挠他/她的头.
——编辑———
这篇文章涉及Windows O / S,因为我使用的是64位Windows 7.