How to use a different version of Npm and Cordova

systempuntoout

We have downloaded and installed a different Npm instance outside Visual Studio on our development machine and set the system classpath to use this version; using this Npm, we have downloaded the latest version of Cordova (3.5.0).

Apparently, it seems that Visual Studio 2013 is using this new Npm installation and Cordova version when building; using this configuration we can correctly build and deploy to WP8, Android and iOS.
Also the plugins (enabled from the config.xml in VS) are downloaded and set in the new Cordova path.

Looking at the build log, I've however noticed that the iOS build is reporting that the 3.4.0 version of Cordova is used.

Is this kind of configuration supported?
Which is the correct way to use a different version of Cordova?

Priyank

If you update Multi-Device Hybrid Apps to the CTP2, Visual Studio now uses Cordova 3.5.0 instead of 3.4.1. You should also update your instance of vs-mda-remote on your Mac to stay in sync for iOS.

There is currently not a supported way to select a version of Cordova though that is on the roadmap.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to use a different version of Npm and Cordova

From Dev

npm --version is different if use sudo npm --version

From Java

How to use a different version of python during NPM install?

From Dev

How to install cordova version 1.5 on mac using npm command?

From Dev

how to use different version of firefox using webdriver?

From Dev

how do I use different version of java

From Dev

How do you use the Cordova CLI to add a specific version of the Cordova framework

From Dev

npm/Frameworks/ How to know which Version should I use?

From Dev

How to use different versions of node/npm on a single system?

From Dev

Can I use a different version of Node in the: IBM Bluemix DevOps Services, build step 'npm' builder type?

From Dev

How to update app version in Cordova

From Dev

How to update app version in Cordova

From Dev

npm installs different version than specified in package.json, how is this possible ? how to fix this?

From Dev

Uninstalling bower installed with a different version of npm

From Dev

How to use a different version of JRE on application run on Bluemix Liberty

From Dev

Is there a Kdenlive PPA for Ubuntu trusty or how to use a PPA for a different version of Ubuntu?

From Dev

How to use a different version of JRE on application run on Bluemix Liberty

From Dev

How to tell buildroot to use a different version of source code of Qt

From Java

Use different Python version with virtualenv

From Dev

Use the exact version of lib from NPM

From Java

How to use different spring module (spring-data-redis) version in specific spring boot version

From Dev

How can I use private (git repo) npm dependencies with fuzzy version matching?

From Java

How to check cordova android version of a cordova/phonegap project?

From Dev

How to install/use cordova plugins?

From Dev

how to use cordova plugin in app

From Dev

How to install/use cordova plugins?

From Dev

How to find the current available version of a Cordova plugin

From Dev

How to set platform version specific settings in Cordova?

From Dev

Cordova iOS - how to change minimum deployment version?

Related Related

  1. 1

    How to use a different version of Npm and Cordova

  2. 2

    npm --version is different if use sudo npm --version

  3. 3

    How to use a different version of python during NPM install?

  4. 4

    How to install cordova version 1.5 on mac using npm command?

  5. 5

    how to use different version of firefox using webdriver?

  6. 6

    how do I use different version of java

  7. 7

    How do you use the Cordova CLI to add a specific version of the Cordova framework

  8. 8

    npm/Frameworks/ How to know which Version should I use?

  9. 9

    How to use different versions of node/npm on a single system?

  10. 10

    Can I use a different version of Node in the: IBM Bluemix DevOps Services, build step 'npm' builder type?

  11. 11

    How to update app version in Cordova

  12. 12

    How to update app version in Cordova

  13. 13

    npm installs different version than specified in package.json, how is this possible ? how to fix this?

  14. 14

    Uninstalling bower installed with a different version of npm

  15. 15

    How to use a different version of JRE on application run on Bluemix Liberty

  16. 16

    Is there a Kdenlive PPA for Ubuntu trusty or how to use a PPA for a different version of Ubuntu?

  17. 17

    How to use a different version of JRE on application run on Bluemix Liberty

  18. 18

    How to tell buildroot to use a different version of source code of Qt

  19. 19

    Use different Python version with virtualenv

  20. 20

    Use the exact version of lib from NPM

  21. 21

    How to use different spring module (spring-data-redis) version in specific spring boot version

  22. 22

    How can I use private (git repo) npm dependencies with fuzzy version matching?

  23. 23

    How to check cordova android version of a cordova/phonegap project?

  24. 24

    How to install/use cordova plugins?

  25. 25

    how to use cordova plugin in app

  26. 26

    How to install/use cordova plugins?

  27. 27

    How to find the current available version of a Cordova plugin

  28. 28

    How to set platform version specific settings in Cordova?

  29. 29

    Cordova iOS - how to change minimum deployment version?

HotTag

Archive