Ionic无法添加插件。也许是你的Cordova版本

时间:2014-09-11 18:56:09

标签: cordova install

我无法在WinXp上使用命令启动离子应用程序。 我今天尝试了一切。我正在尝试安装已经三周了。

C:\Documents and Settings\User\Desktop\app>ionic start teste2
Creating Ionic app in folder C:\Documents and Settings\User\Desktop\app\teste2 based on tabs project

Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================]  100%  0.0s

Downloading: https://github.com/driftyco/ionic-starter-tabs/archive/master.zip
[=============================]  100%  0.0s

Update config.xml
Initializing cordova project
***Unable to add plugins. Perhaps your version of Cordova is too old. Try updating (npm install -g cordova), removing this project folder, and trying again. (CLI v
1.2.4)***

2 个答案:

答案 0 :(得分:4)

这是一个知道问题,https://issues.apache.org/jira/browse/CB-7281

使用sudo安装或更新cordova后,会将用户tmp目录的所有者更改为root。

设置要修复的正确用户:

$sudo chown user:usergroup /home/user/tmp/

答案 1 :(得分:1)

我是ubuntu 14.04,但今天我遇到了同样的问题。我不得不跑

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git

从离子创建的文件夹里面。然后我必须确保设置了像JAVA_HOME这样的环境变量。不确定这是否可以解决您的问题,但希望它有所帮助。