无法使用`phonegap plugin add XXX`添加插件

Jam*_*ber 3 android node.js cordova

我已经安装了phonegap版本3 npm install -g phonegap,现在我想安装andriod应用程序的插件

我安装了node.js

C:\var\www\sexdiaries.co.uk\app>node -v 
v0.10.17
Run Code Online (Sandbox Code Playgroud)

然后Phonegapy

phonegap plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
Run Code Online (Sandbox Code Playgroud)

但这会给出这个错误:

   [error] 'plugin' is not a node C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\bin\phonegap.js command. 
   See 'node C:\Users\Hutber\AppData\Roaming\npm\node_modules\phonegap\bin\phonegap.js help'
Run Code Online (Sandbox Code Playgroud)

Ami*_*ati 8

试试这个:

phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
Run Code Online (Sandbox Code Playgroud)