I want to install Ionic framework on my Windows system.I am already installed Node.js latest version.When I Install Ionic framework on my system its showing error. Error:
npm WARN engine cordova-js@3.8.0: wanted: {"node":"~0.10.x"} (current: {"node":"0.12.0","npm":"2.5.1"})
npm WARN engine npm@1.3.4: wanted: {"node":">=0.6","npm":"1"} (current: {"node":"0.12.0","npm":"2.5.1"})
npm WARN engine xmlbuilder@2.2.1: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"0.12.0","npm":"2.5.1"})
Even installed Ionic command prompt way i am using command prompt for install
command Prompt: npm install -g cordova ionic
Happened to me too. It means that right now cordova is not compatible with the latest node version. In order to correct this you have to:
You should have no problems after this. If it keeps you giving the same error, repeat the process again but with a previous version of the one you installed until you find the correct one.