Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Undefined error when executing command to list PhoneGap plugins (iOS)

We're on PhoneGap 3.2, but the command to list plugins is generating an error:

w prompt$ phonegap local plugin list
[error] undefined

We're building for iOS. We have successfully installed several plugins, which are verified by looking at the plugins folder.

Did the command syntax change in 3.2, or is this a bug?

like image 958
Crashalot Avatar asked Jun 06 '26 04:06

Crashalot


1 Answers

This was an issue that has just recently been fixed (About an hour from the posting of this answer).

Google Groups Discussion

To correct it just do the following

 $ npm install -g phonegap
like image 165
Loktar Avatar answered Jun 08 '26 23:06

Loktar