function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ram Reddy KRam Reddy K 

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.
 
Gaurav KheterpalGaurav Kheterpal
Did you run the install.sh script?

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.
tung xeng 6tung xeng 6
Hi @Ram,

Please try:  npm install -g cordova@5.4.0
And tell me if any error.