To install the nodejs , I followed the example given through the website below, in the error note below, it says that the version I'm using is: 0.13.0-pre
I followed this tutorial to install the Ionic Framework software on my Ubuntu 14.4 LTS:
At the end of the installation attempt, I'm getting the following error message, does anyone know what I'm doing wrong:
npm ERR! Linux 3.16.0-46-generic
npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "cordova" "ionic"
npm ERR! node v0.13.0-pre
npm ERR! npm v2.14.1
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":">= 0.9"}
npm ERR! notsup Actual: {"npm":"2.14.1","node":"0.13.0-pre"}