Hello, I'm using Particle Workbench for school, and I'm on a windows machine. after downloading workbench i encountered an issue. Essentially there were 2 node modules in particle-cli that were misnamed or had the incorrect file extension.
1st issue:
node module timed-out
this node module does not have the index.js file instead it has an index.js.delete.somerandomnumbershere file. changing the file extension to just be index.js fixes the error
2nd issue:
node module underscore
this node module has the incorrect file name it is called underscore-min.js, but should be named underscore.js and when the files of these 2 modules are fixed you can then use particle-cli
without fixing these issues you are unable to use particle-cli at all. since i only just started using particle workbench i dont know if this was an issue in the past but it seems to be simple to fix anyways, but it is very unintuitive for most starting to use the software(example: college students using particle workbench)