I can´t install the Particle CLI in Windows 10 (64 bits) ? is there any tutorial as to how I can do it ? I get a bunch of errors when I try to install it using npm install “-g particle-cli” in the node.js command prompt…
Moors7
October 23, 2015, 10:46pm
2
How about this one:
This one also works exceptionally well:
So, in an effort to make local building easier for people, I put together a basic installer for the Toolchain for Windows. It should download and install GCC Arm, GNU make, and the necessary components of the MinGW toolkit, and add them appropriately to the path. I generally followed @kennethlimcp ’s guide here . I tested it on Win 7, so if something doesn’t work, let me know and I’ll try to fix it! This should decrease the number of steps necessary to get up and running with building locally…
Thank Moors7, It actually worked…I was able to use the Particle CLI for some code examples…