Latest beta will not install

I am attempting to update to the latest beta however I have been unsuccessful with the error in node stating repository field not found and i am currently using the latest version node

npm WARN package.json github-url-from-git@1.1.1 No repository field.
C:\Program Files\nodejs\ionic -> C:\Program Files\nodejs\node_modules\ionic\bin\ionic
ionic@1.1.5 C:\Program Files\nodejs\node_modules\ionic
├── connect-livereload@0.4.0
├── progress@1.1.7
├── colors@0.6.2
├── open@0.0.5
├── ncp@0.4.2
├── q@1.0.1
├── shelljs@0.2.6
├── event-stream@3.0.20 (stream-combiner@0.0.4, from@0.1.3, map-stream@0.0.4, split@0.2.
10, through@2.3.4, duplexer@0.1.1, pause-stream@0.0.11)
├── optimist@0.6.0 (wordwrap@0.0.2, minimist@0.0.10)
├── form-data@0.1.4 (mime@1.2.11, async@0.9.0, combined-stream@0.0.5)
├── tiny-lr-fork@0.0.5 (debug@0.7.4, qs@0.5.6, faye-websocket@0.4.4, noptify@0.0.3)
├── unzip@0.1.9 (setimmediate@1.0.2, pullstream@0.4.0, match-stream@0.0.2, readable-stre
am@1.0.27-1, fstream@0.1.29, binary@0.3.0)
├── request@2.27.0 (json-stringify-safe@5.0.0, qs@0.6.6, forever-agent@0.5.2, aws-sign@0
.3.0, tunnel-agent@0.3.0, oauth-sign@0.3.0, cookie-jar@0.3.0, mime@1.2.11, node-uuid@1.4
.1, hawk@1.0.0, http-signature@0.10.0)
├── prompt@0.2.12 (revalidator@0.1.8, pkginfo@0.3.0, read@1.0.5, utile@0.2.1, winston@0.
6.2)
├── archiver@0.5.1 (lodash@2.4.1, readable-stream@1.1.13-1, lazystream@0.1.0, zip-stream
@0.1.4, file-utils@0.1.5)
├── connect@2.24.0 (cookie@0.1.2, response-time@2.0.0, vhost@2.0.0, pause@0.0.1, parseur
l@1.2.0, fresh@0.2.2, qs@0.6.6, media-typer@0.2.0, serve-favicon@2.0.1, basic-auth-conne
ct@1.0.0, cookie-parser@1.3.2, on-headers@0.0.0, bytes@1.0.0, cookie-signature@1.0.4, de
pd@0.4.2, connect-timeout@1.2.1, debug@1.0.4, finalhandler@0.1.0, method-override@2.1.2,
morgan@1.2.0, type-is@1.3.2, express-session@1.7.0, serve-static@1.4.0, csurf@1.3.0, co
mpression@1.0.9, body-parser@1.5.0, multiparty@3.3.1, errorhandler@1.1.1, serve-index@1.
1.4)
├── vinyl-fs@0.1.4 (graceful-fs@2.0.3, map-stream@0.1.0, mkdirp@0.3.5, vinyl@0.2.3, glob
-watcher@0.0.6, glob-stream@3.1.14)
├── xml2js@0.4.4 (sax@0.6.0, xmlbuilder@2.3.0)
└── npm@1.4.21

hmm, sometimes this happens when you try to do an install in a location where a directory of the same name already exists.

Just note that the new version of ionic’s CLI is 1.1.6

when i check the version in npm, it gives me cli version 1.0.17

Hmm odd. What version of node do you have installed?

The latest version; 0.10.29

Hmm, can you try to uninstall the CLI and then add it back in?

npm uninstall -g ionic

npm install -g ionic

To no avail. The issue still persists.
I still have the same CLI version. However when I start a new project and meander to the lib/ionic and open the version.json file, it states the following:
{
“version”: “1.0.0-beta.10”,
“codename”: “gadolinium-gator”,
“date”: “2014-07-25”,
“time”: “00:06:44”
}
it claims the latest beta yet has issues installing as i mentioned and maintains the codename of gator.
it is confusing to say the least.

Hmm, try to install from say your desktop or documents. Something could be there hidden causing issues.