2
To install the nodejs more clearly, I followed the example given through the site below, in the error note below, says that the version I am using is: 0.13.0-pre
https://askubuntu.com/questions/49390/how-do-i-install-the-latest-version-of-node-js
I followed this tutorial to install the Ionic Framework software on my Ubuntu 14.4 LTS:
http://tutsmais.com.br/blog/ionicframework/o-que-eu-preciso-saber-para-comecar-com-ionic-framework/
At the end of the installation attempt, I’m getting the following error message, someone knows 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"}
I put another solution in that post. Maybe it’ll help someone.
– Paulo MiraMor