Installing “particle-dev-local-compiler@0.1.1” failed

Hi,

I am experiencing a installation issue with the particle-dev-local-compiler. I managed to download it on atom, but it fails when I tried to install it.

Here’s the error log:
Installing “particle-dev-local-compiler@0.1.1” failed.Hide output…

npm WARN addRemoteGit Error: Command failed:
npm WARN addRemoteGit at ChildProcess.exithandler (child_process.js:658:15)
npm WARN addRemoteGit at ChildProcess.emit (events.js:98:17)
npm WARN addRemoteGit at maybeClose (child_process.js:766:16)
npm WARN addRemoteGit at Process.ChildProcess._handle.onexit (child_process.js:833:5)
npm WARN addRemoteGit git://github.com/spark/particle-dev-views.git#v0.0.3 resetting remote C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02 because of error: { [Error: Command failed: ] killed: false, code: 1, signal: null }
npm ERR! git clone --template=C:\Users\ccc.particledev.apm_git-remotes_templates --mirror git://github.com/spark/particle-dev-views.git C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02: Cloning into bare repository ‘C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02’…
npm ERR! git clone --template=C:\Users\ccc.particledev.apm_git-remotes_templates --mirror git://github.com/spark/particle-dev-views.git C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02: fatal: unable to connect to github.com:
npm ERR! git clone --template=C:\Users\ccc.particledev.apm_git-remotes_templates --mirror git://github.com/spark/particle-dev-views.git C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02: github.com[0: 192.30.255.112]: errno=Invalid argument
npm ERR! git clone --template=C:\Users\ccc.particledev.apm_git-remotes_templates --mirror git://github.com/spark/particle-dev-views.git C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02: github.com[1: 192.30.255.113]: errno=Invalid argument
npm ERR! Windows_NT 6.2.9200
npm ERR! argv “C:\Users\ccc\AppData\Local\particle\app-1.8.0\resources\app\apm\bin\node.exe” “C:\Users\ccc\AppData\Local\particle\app-1.8.0\resources\app\apm\node_modules\npm\bin\npm-cli.js” “–globalconfig” “C:\Users\ccc\.particledev\.apm\.apmrc” “–userconfig” “C:\Users\ccc\.particledev\.apmrc” “install” “C:\Users\CCC\AppData\Local\Temp\d-11779-21080-1l6oinb\package.tgz” “–target=0.36.8” “–arch=ia32” "–msvs_version=2015"
npm ERR! node v0.10.40
npm ERR! npm v2.13.3
npm ERR! code 128

npm ERR! Command failed: Cloning into bare repository ‘C:\Users\ccc.particledev.apm_git-remotes\git-github-com-spark-particle-dev-views-git-2c3bfa02’…
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 192.30.255.112]: errno=Invalid argument
npm ERR! github.com[1: 192.30.255.113]: errno=Invalid argument
npm ERR!
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

Any help would be much appreciated.

Clarence