3
votes

I'm playing around with Visual Studio and Cordova. I get warnings that node is an old version. What version of node would you recommend?

Warning: using node version v0.12.2 which has been deprecated. Please upgrade to the latest node version available (v6.x is recommended).

Visual studio installed node version 0.12.2 and according to this page https://taco.visualstudio.com/en-us/docs/change-node-version/, that is the safest version to use. It mentions this:

To use Node.js version 4.x, make sure that your project uses Cordova CLI version 5.3.3 or later.

To use Node.js version 5.x, make sure that your project uses Cordova CLI version 5.4.1 or later

1

1 Answers

2
votes

I get warnings that node is an old version. What version of node would you recommend?

0.12.x is the recommended version, because it's compatible with all versions of the Cordova CLI.

If the project builds and run correctly, you can ignore this warning.