Hello all,
I’m VERY new to Ionic, but am trying to spend at least some time in it whenever i have a spare moment. Anyhow, it’s not telling me too much about how to fix the problem so i’m reaching out for help. Here’s what i’m seeing:
Jasons-iMac:myApp Jason$ ionic login
To continue, please login to your Ionic account.
Don't have one? Create a one at: https://apps.ionic.io/signup
Email: mainstwebguy@gmail.com
Password:
Logged in! :)
------------------------------------
Ionic CLI is out of date:
* Locally installed version: 1.7.7
* Latest version: 1.7.8
* https://github.com/driftyco/ionic-cli/blob/master/CHANGELOG.md
* Run npm install -g ionic to update
------------------------------------
Jasons-iMac:myApp Jason$ sudo npm install -g inoic
Password:
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "inoic"
npm ERR! node v4.2.2
npm ERR! npm v2.14.7
npm ERR! code E404
npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/inoic
npm ERR! 404
npm ERR! 404 'inoic' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/Jason/myApp/npm-debug.log
Jasons-iMac:myApp Jason$
What should I do to get this thing updated so i can get back to playing with it?
Thanks!
Jason