Want install ionic framework on my windows system.when i started to install first have to install Node.js its error showing me warning 1909 could not create shortcut node.js command prompt.ink verify the destination folder exists and that you can access it.Please help me.want install ionic framework on my windows system.
on Windows
Don't forget to install other dependencies before installing ionic http://ionicframework.com/docs/guide/installation.html
1) Uninstall Node from Control Panel
2) Restart PC
3) Download (MSI Installer) older version of Node from http://nodejs.org/dist/v0.10.38/ and for 64bit http://nodejs.org/dist/v0.10.38/x64/
4) Install Node version 0.10.38
5) npm install -g cordova
6) npm install -g ionic
Done!