You need to sign in to do that
Don't have an account?

Issue with Mobile SDK
When i am trying to create a Hybrid App, with command: forcedroid create, i am getting the following error.
"You have been opted out of telemetry. To change this, run: cordova telemetry on.6.2.0 ". Should be in the format x[.y[.ignored]] You have
been opted out of telemetry. To change this, run: cordova telemetry on.6.2.0 ) is less than the minimum required version (5.4.0). Please
update your version of Cordova."
Please help me how to fix this issue.
"You have been opted out of telemetry. To change this, run: cordova telemetry on.6.2.0 ". Should be in the format x[.y[.ignored]] You have
been opted out of telemetry. To change this, run: cordova telemetry on.6.2.0 ) is less than the minimum required version (5.4.0). Please
update your version of Cordova."
Please help me how to fix this issue.
If you already did that, make sure that you are running the correct versions of node (4.x) and npm (2.x). See here (http://stackoverflow.com/questions/37530110/ionic-build-and-emulate-on-ios-error) for details.
Please try: npm install -g cordova@5.4.0
And tell me if any error.