I've faced problems trying to add plugins into a project with windows8 platform.
This is the issue: https://issues.apache.org/jira/browse/CB-6435 This files need to be updated: https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=blob_plain;f=windows8/VERSION;hb=master https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=blob_plain;f=windows8/template/VERSION;hb=master Semver causes an error, when 'add plugin' command, because it doesn't pass the requirements. Min requirement: 3.3.0 Engine.requirement: 3.3.0-dev We are in 3.4.0, I don't know exactly which is the current one, it must be 3.4.x or 3.4.0-dev. Here is the PR: https://github.com/apache/cordova-windows/pull/25 I've set it to 3.4.0
