Good idea guys, I didnāt realize that was needed for the OpenSSL install, I added an issue for this here: https://github.com/spark/spark-cli/issues/67
Thanks!
David
Thanks @BDub for letting me know
I have the post updated already. Let me know if you see more issues.
Do we have to? Iāll update it now
You knowā¦my dropbox files are meant for the beginners and advanced users wonāt bother to download =D
You said āLet me know if you see more issuesā
Why not just link to that site and say grab the latest version of Win32/64OpenSSL-1.0.1h or higher!
I also didnāt know if there was a downside to installing the FULL version of LIGHT version as it pertains to the CLI. I would think LIGHT should work just fine and install less crap on your computer.
I ran into a very minor issue with Zadig. When I run the .exe the default device was āCORE DFUā. If I selected options --> list all devices
and select libusbK and install, I got a ādriver failed to installā error.
When I excluded the options --> list all devices
step, the driver installed fine.
Very small point of potential frustration with a very easy workaround
Ohh⦠thats weird but anyways
Iām having and issue with the " Run ānpm install -g spark-cliā " command.
When I enter that into the node js command prompt it only goes " ⦠" and never installs?
Was in Wrong Command Prompt.
Have it installed YAY!
@kennethlimcp Youāre awesome for making that tutorial
I am trying to install it on windows 7 behind proxy wall ( i know ). And am getting error
login error: { [Error: connect ECONNREFUSED]
code: āECONNREFUSEDā,
errno: āECONNREFUSEDā,
syscall: āconnectā }
Error logging in Login Failed: Error: connect ECONNREFUSED
Last time i did sort it out some how, but dont remember how . Anyone remember how to overcome it? As far I remember it was edititng some file to incorporate proxy server and port in it.
Hello
I followed the tutorial to install spark-cli on Windows but am still getting an error: LINK : fatal error LNK1181: cannot open input file ākernel32.libā [C:\Users\Emmanuel\AppData\Roaming\npm\node_modules\spark-cli\node_modules\serialport\build\serialport.vcxproj]
I tried to add kernel32.lib in the path but it does not help (C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64 and x86).
Any thoughts ? Thanks
Emmanuel
Hi again,
I finally managed to get this to compile correctly but did the ānpm install -g spark-cliā from the āMS SDK Windows v7.1ā command prompt (and not the nodejs command prompt).
The āMS SDK Windows v7.1ā command prompt comes with MS VC 2010, which is required by node-gyp according to this link https://github.com/TooTallNate/node-gyp/wiki/Visual-Studio-2010-Setup.
Emmanuel
Iām not sure if this should go in another thread @kennethlimcp, please feel free to shift it as you see fit.
I have spark CLI installed and I want to upgrade / rebrand / change to particle CLI. What is the best way?
Uninstall everything and start again?
npm uninstall -g spark-cli
and npm install -g particle-cli
Hi all. Is there a way to run Particle-CLI from behind a corporate proxy? Thanks!
@kennethlimcp the last time I tried it, it did not. Am not at work today, but will report back with the error messages tomorrow.
Does anyone know what outbound ports Particle-CLI is using? This could be an issue tooā¦
It is really just HTTPS api calls.
See this example: https://github.com/spark/particle-cli/blob/master/lib/ApiClient.js#L272