NPM Install - Resigtry error parsing JSON

Dear Friends

While setting up cesium earth during NPM install it gives the following error.

Based on many postings i have changed all configurations necesary reg proxy ssl status etc.

Conf file also attached here.Please let us know where it goes wrong

ERROR

C:\Cesium>npm install
npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! SyntaxError: Unexpected token <
npm ERR! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR
/html4/strict.dtd">
npm ERR! <HTML><HEAD><TITLE>The page cannot be found</TITLE>
npm ERR! <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-125
2">
npm ERR! <STYLE type="text/css">
npm ERR! BODY { font: 8pt/12pt verdana }
npm ERR! H1 { font: 13pt/15pt verdana }
npm ERR! H2 { font: 8pt/12pt verdana }
npm ERR! A:link { color: red }
npm ERR! A:visited { color: maroon }
npm ERR! </STYLE>
npm ERR! </HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>
npm ERR!
npm ERR! <h1>The page cannot be found</h1>
npm ERR! The page you are looking for might have been removed, had its name chan
ged, or is temporarily unavailable.
npm ERR! <hr>
npm ERR! <p>Please try the following:</p>
npm ERR! <ul>
npm ERR! <li>Make sure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.</li>
npm ERR! <li>If you reached this page by clicking a link, contact
npm ERR! the Web site administrator to alert them that the link is incorrectly
formatted.
npm ERR! </li>
npm ERR! <li>Click the <a href="javascript:history.back(1)">Back</a> button to t
ry another link.</li>
npm ERR! </ul>
npm ERR! <h2>HTTP Error 404 - File or directory not found.<br>Internet Informati
on Services (IIS)</h2>
npm ERR! <hr>
npm ERR! <p>Technical Information (for support personnel)</p>
npm ERR! <ul>
npm ERR! <li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microso
ft Product Support Services</a> and perform a title search for the words <b>HTTP
</b> and <b>404</b>.</li>
npm ERR! <li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),

npm ERR! and search for topics titled <b>Web Site Setup</b>, <b>Common Administ
rative Tasks</b>, and <b>About Custom Error Messages</b>.</li>
npm ERR! </ul>
npm ERR!
npm ERR! </TD></TR></TABLE></BODY></HTML>
npm ERR!
npm ERR! at Object.parse (native)
npm ERR! at RegClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\
node_modules\npm-registry-client\lib\request.js:266:23)
npm ERR! at Request._callback (C:\Program Files\nodejs\node_modules\npm\node
_modules\npm-registry-client\lib\request.js:238:65)
npm ERR! at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\
node_modules\request\request.js:123:22)
npm ERR! at Request.emit (events.js:98:17)
npm ERR! at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\no
de_modules\request\request.js:893:14)
npm ERR! at Request.emit (events.js:117:20)
npm ERR! at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_module
s\npm\node_modules\request\request.js:844:12)
npm ERR! at IncomingMessage.emit (events.js:117:20)
npm ERR! at _stream_readable.js:938:16
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issues>

npm ERR! System Windows_NT 6.0.6001
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Cesium
npm ERR! node -v v0.10.30
npm ERR! npm -v 1.4.21
npm ERR! type unexpected_token
npm ERR! registry error parsing json
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Cesium\npm-debug.log
npm ERR! not ok code 0

CONFIG FILE

C:\Cesium>npm config list -l
; cli configs
long = true
registry = "http://registry.npmjs.org/"
user-agent = "npm/1.4.21 node/v0.10.30 win32 ia32"

; userconfig C:\Users\N<username> \.npmrc
ca = null
https-proxy = "https://<Domain>/%5C<username>:<password>@<Domain>.tic.in:8080"
proxy = "http://<Domain>/%5C<username>:<password>@<Domain>.tic.in:8080"
registry = "http://registry.npmjs.org/"
strict-ssl = false

; builtin config undefined
prefix = "C:\\Users\\N<username> \\AppData\\Roaming\\npm"

; default values
always-auth = false
bin-links = true
browser = null
ca = null
cache = "C:\\Users\\N<username> \\AppData\\Roaming\\npm-cache"
cache-lock-retries = 10
cache-lock-stale = 60000
cache-lock-wait = 10000
cache-max = null
cache-min = 10
cafile = undefined
cert = null
color = true
depth = null
description = true
dev = false
editor = "notepad.exe"
email = ""
engine-strict = false
fetch-retries = 2
fetch-retry-factor = 10
fetch-retry-maxtimeout = 60000
fetch-retry-mintimeout = 10000
force = false
git = "git"
git-tag-version = true
global = false
globalconfig = "C:\\Users\\N<username> \\AppData\\Roaming\\npm\\etc\\npmrc"
globalignorefile = "C:\\Users\\N<username> \\AppData\\Roaming\\npm\\etc\\npmignore
"
group = 0
heading = "npm"
; https-proxy = null (overridden)
ignore-scripts = false
init-module = "C:\\Users\\N<username> \\.npm-init.js"
init.author.email = ""
init.author.name = ""
init.author.url = ""
init.license = "ISC"
json = false
key = null
link = false
local-address = undefined
loglevel = "warn"
; long = false (overridden)
message = "%s"
node-version = "0.10.30"
npat = false
onload-script = null
optional = true
parseable = false
; prefix = "C:\\Program Files\\nodejs" (overridden)
production = false
proprietary-attribs = true
; proxy = null (overridden)
rebuild-bundle = true
; registry = "https://registry.npmjs.org/" (overridden)
rollback = true
save = false
save-bundle = false
save-dev = false
save-exact = false
save-optional = false
save-prefix = "^"
searchexclude = null
searchopts = ""
searchsort = "name"
shell = "C:\\Windows\\system32\\cmd.exe"
shrinkwrap = true
sign-git-tag = false
spin = true
; strict-ssl = true (overridden)
tag = "latest"
tmp = "C:\\Users\\N<USERNAME>A~1\\AppData\\Local\\Temp"
umask = 0
unicode = true
unsafe-perm = true
usage = false
user = 0
; user-agent = "npm/{npm-version} node/{node-version} {platform} {arch}" (overri
dden)
userconfig = "C:\\Users\\N<username> \\.npmrc"
username = ""
version = false
versions = false
viewer = "browser"

Dear Friends

While setting up cesium earth during NPM install it gives the following error.

Based on many postings i have changed all configurations necesary reg proxy ssl status etc.

Conf file also attached here.Please let us know where it goes wrong

ERROR

C:\Cesium>npm install
npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! registry error parsing json
npm ERR! SyntaxError: Unexpected token <
npm ERR! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "W3C standards and drafts | W3C
/html4/strict.dtd">
npm ERR! <HTML><HEAD><TITLE>The page cannot be found</TITLE>
npm ERR! <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-125
2">
npm ERR! <STYLE type="text/css">
npm ERR! BODY { font: 8pt/12pt verdana }
npm ERR! H1 { font: 13pt/15pt verdana }
npm ERR! H2 { font: 8pt/12pt verdana }
npm ERR! A:link { color: red }
npm ERR! A:visited { color: maroon }
npm ERR! </STYLE>
npm ERR! </HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>
npm ERR!
npm ERR! <h1>The page cannot be found</h1>
npm ERR! The page you are looking for might have been removed, had its name chan
ged, or is temporarily unavailable.
npm ERR! <hr>
npm ERR! <p>Please try the following:</p>
npm ERR! <ul>
npm ERR! <li>Make sure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.</li>
npm ERR! <li>If you reached this page by clicking a link, contact
npm ERR! the Web site administrator to alert them that the link is incorrectly
formatted.
npm ERR! </li>
npm ERR! <li>Click the <a href="javascript:history.back(1)">Back</a> button to t
ry another link.</li>
npm ERR! </ul>
npm ERR! <h2>HTTP Error 404 - File or directory not found.<br>Internet Informati
on Services (IIS)</h2>
npm ERR! <hr>
npm ERR! <p>Technical Information (for support personnel)</p>
npm ERR! <ul>
npm ERR! <li>Go to <a href="HTTP status code overview - Internet Information Services | Microsoft Learn
ft Product Support Services</a> and perform a title search for the words <b>HTTP
</b> and <b>404</b>.</li>
npm ERR! <li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),

npm ERR! and search for topics titled <b>Web Site Setup</b>, <b>Common Administ
rative Tasks</b>, and <b>About Custom Error Messages</b>.</li>
npm ERR! </ul>
npm ERR!
npm ERR! </TD></TR></TABLE></BODY></HTML>
npm ERR!
npm ERR! at Object.parse (native)
npm ERR! at RegClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\
node_modules\npm-registry-client\lib\request.js:266:23)
npm ERR! at Request._callback (C:\Program Files\nodejs\node_modules\npm\node
_modules\npm-registry-client\lib\request.js:238:65)
npm ERR! at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\
node_modules\request\request.js:123:22)
npm ERR! at Request.emit (events.js:98:17)
npm ERR! at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\no
de_modules\request\request.js:893:14)
npm ERR! at Request.emit (events.js:117:20)
npm ERR! at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_module
s\npm\node_modules\request\request.js:844:12)
npm ERR! at IncomingMessage.emit (events.js:117:20)
npm ERR! at _stream_readable.js:938:16
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issues&gt;

npm ERR! System Windows_NT 6.0.6001
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Cesium
npm ERR! node -v v0.10.30
npm ERR! npm -v 1.4.21
npm ERR! type unexpected_token
npm ERR! registry error parsing json
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! C:\Cesium\npm-debug.log
npm ERR! not ok code 0

CONFIG FILE

C:\Cesium>npm config list -l
; cli configs
long = true
registry = "http://registry.npmjs.org/&quot;
user-agent = "npm/1.4.21 node/v0.10.30 win32 ia32"

; userconfig C:\Users\N<username> \.npmrc
ca = null
https-proxy = "https://<Domain>/%5C<username>:<password>@<Domain>.tic.in:8080"
proxy = "http://<Domain>/%5C<username>:<password>@<Domain>.tic.in:8080"
registry = "http://registry.npmjs.org/&quot;
strict-ssl = false

; builtin config undefined
prefix = "C:\\Users\\N<username> \\AppData\\Roaming\\npm"

; default values
always-auth = false
bin-links = true
browser = null
ca = null
cache = "C:\\Users\\N<username> \\AppData\\Roaming\\npm-cache"
cache-lock-retries = 10
cache-lock-stale = 60000
cache-lock-wait = 10000
cache-max = null
cache-min = 10
cafile = undefined
cert = null
color = true
depth = null
description = true
dev = false
editor = "notepad.exe"
email = ""
engine-strict = false
fetch-retries = 2
fetch-retry-factor = 10
fetch-retry-maxtimeout = 60000
fetch-retry-mintimeout = 10000
force = false
git = "git"
git-tag-version = true
global = false
globalconfig = "C:\\Users\\N<username> \\AppData\\Roaming\\npm\\etc\\npmrc"
globalignorefile = "C:\\Users\\N<username> \\AppData\\Roaming\\npm\\etc\\npmignore
"
group = 0
heading = "npm"
; https-proxy = null (overridden)
ignore-scripts = false
init-module = "C:\\Users\\N<username> \\.npm-init.js"
init.author.email = ""
init.author.name = ""
init.author.url = ""
init.license = "ISC"
json = false
key = null
link = false
local-address = undefined
loglevel = "warn"
; long = false (overridden)
message = "%s"
node-version = "0.10.30"
npat = false
onload-script = null
optional = true
parseable = false
; prefix = "C:\\Program Files\\nodejs" (overridden)
production = false
proprietary-attribs = true
; proxy = null (overridden)
rebuild-bundle = true
; registry = "https://registry.npmjs.org/&quot; (overridden)
rollback = true
save = false
save-bundle = false
save-dev = false
save-exact = false
save-optional = false
save-prefix = "^"
searchexclude = null
searchopts = ""
searchsort = "name"
shell = "C:\\Windows\\system32\\cmd.exe"
shrinkwrap = true
sign-git-tag = false
spin = true
; strict-ssl = true (overridden)
tag = "latest"
tmp = "C:\\Users\\N<USERNAME>A~1\\AppData\\Local\\Temp"
umask = 0
unicode = true
unsafe-perm = true
usage = false
user = 0
; user-agent = "npm/{npm-version} node/{node-version} {platform} {arch}" (overri
dden)
userconfig = "C:\\Users\\N<username> \\.npmrc"
username = ""
version = false
versions = false
viewer = "browser"