Hi Everyone!
When I try to execute npm install -g particle-cli
(or spark-cli for that matter), I get the following error.
It seems like it misses something from github? Probably due to the name change from spark to particle? (im just guessing here)
My system is win 8.1. Iβve installed microsoft visual c++ 2008, Python 2.7.6, and OpenSSL).
Cheers
Your environment has been set up for using Node.js 0.12.3 (x64) and npm.
C:\Users\Mark>npm isntall -g particle-cli
npm WARN engine particle-cli@1.5.3: wanted: {"node":"^0.10.0"} (current: {"node"
:"0.12.3","npm":"2.9.1"})
npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit at F (C:\Program Files\nodejs\node_modules\npm\node_mo
dules\which\which.js:40:28)
npm WARN addRemoteGit at E (C:\Program Files\nodejs\node_modules\npm\node_mo
dules\which\which.js:43:29)
npm WARN addRemoteGit at C:\Program Files\nodejs\node_modules\npm\node_modul
es\which\which.js:54:16
npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:95:15)
npm WARN addRemoteGit git+https://github.com/spark/node-wifiscanner.git resetti
ng remote C:\Users\Mark\AppData\Roaming\npm-cache\_git-remotes\https-github-com-
spark-node-wifiscanner-git-0908929e because of error: { [Error: not found: git]
code: 'ENOGIT' }
npm WARN addRemoteGit Error: not found: git
npm WARN addRemoteGit at F (C:\Program Files\nodejs\node_modules\npm\node_mo
dules\which\which.js:40:28)
npm WARN addRemoteGit at E (C:\Program Files\nodejs\node_modules\npm\node_mo
dules\which\which.js:43:29)
npm WARN addRemoteGit at C:\Program Files\nodejs\node_modules\npm\node_modul
es\which\which.js:54:16
npm WARN addRemoteGit at FSReqWrap.oncomplete (fs.js:95:15)
npm WARN addRemoteGit git+https://github.com/spark/node-spinner.git resetting r
emote C:\Users\Mark\AppData\Roaming\npm-cache\_git-remotes\https-github-com-spar
k-node-spinner-git-a8ff6b49 because of error: { [Error: not found: git] code: 'E
NOGIT' }
npm ERR! git clone --template=C:\Users\Mark\AppData\Roaming\npm-cache\_git-remot
es\_templates --mirror https://github.com/spark/node-wifiscanner.git C:\Users\Ma
rk\AppData\Roaming\npm-cache\_git-remotes\https-github-com-spark-node-wifiscanne
r-git-0908929e: undefined
npm ERR! git clone --template=C:\Users\Mark\AppData\Roaming\npm-cache\_git-remot
es\_templates --mirror https://github.com/spark/node-wifiscanner.git C:\Users\Ma
rk\AppData\Roaming\npm-cache\_git-remotes\https-github-com-spark-node-wifiscanne
r-git-0908929e: undefined
npm ERR! git clone --template=C:\Users\Mark\AppData\Roaming\npm-cache\_git-remot
es\_templates --mirror https://github.com/spark/node-spinner.git C:\Users\Mark\A
ppData\Roaming\npm-cache\_git-remotes\https-github-com-spark-node-spinner-git-a8
ff6b49: undefined
npm ERR! git clone --template=C:\Users\Mark\AppData\Roaming\npm-cache\_git-remot
es\_templates --mirror https://github.com/spark/node-spinner.git C:\Users\Mark\A
ppData\Roaming\npm-cache\_git-remotes\https-github-com-spark-node-spinner-git-a8
ff6b49: undefined
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs
\\node_modules\\npm\\bin\\npm-cli.js" "isntall" "-g" "particle-cli"
npm ERR! node v0.12.3
npm ERR! npm v2.9.1
npm ERR! code ENOGIT
npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Mark\npm-debug.log
C:\Users\Mark>