Summary:
Fresh checkout of Cordova-Cli from master results in a cli that will not
add a plugin.

[Error: Error fetching plugin: TypeError: Cannot call method 'fetch'
of undefined]


Details:
The current Cordova-cli master requires a version of plugman that has not
yet been published.
Cli requires plugman 0.12.x and that plugman does not expose 'raw'.
Cordova-plugman (master) does expose 'raw', but that version has not been
published to npm.

This will only be an issue if you get a fresh git checkout of cli from
master, and don't overwrite the plugman with a fresh checkout as well. It
does not affect the version of cli that is published via npm.

David Kemp

Reply via email to