BOM_wizard.js in my attempts to run wont work- gives error -1

Been trying to run the KiCAD_BOM_Wizard all day today, without any success.
Here are my screen shots
After installing node.js which installs dep into the files. Path is long
node “C:\Users\Robin\AppData\Roaming\npm\node_modules\kicad_bom_wizard\KiCad_BOM_Wizard.js” “%I” “%O.csv”
and then
“C:\Users\Robin\AppData\Roaming\npm\node_modules\kicad_bom_wizard\template\csv”
all the path are verified, files exist!
But I get error
Run command:
node “C:/Users/Robin/AppData/Roaming/npm/node_modules/kicad_bom_wizard/KiCad_BOM_Wizard.js” “C:/Users/Robin/Documents/century2017collaboration/weinberg_tx/buck_uc2843ad/buck_uc2843ad_SI826_VFLT/buck_uc2843ad.xml” “C:/Users/Robin/Documents/century2017collaboration/weinberg_tx/buck_uc2843ad/buck_uc2843ad_SI826_VFLT/buck_uc2843ad.csv” “C:/Users/Robin/AppData/Roaming/npm/node_modules/kicad_bom_wizard/template/csv”

Command error. Return code -1

Any help in fixing this will be appreciated very much!
robin

That error means that the “node” command is not on the system PATH.

Read the “install node js” section of the webside for this wizard: https://www.hashdefineelectronics.com/kicad-bom-wizard/

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.