node-red-contrib-machine-learning
node-red-contrib-machine-learning copied to clipboard
TypeError using the node
After ran the example, I got this message:
I don't know why I get this, please help me, guys!
I had the same problem with one PC but everything is ok on another PC. I don't know why.
curious! xdd
same problem...
I have same problem
I am also facing the same issue. Any solution?
the file utils.js "node.proc = spawn(pcmd, [node.file], ['pipe', 'pipe','pipe'])" should change to "node.proc = spawn(pcmd, [node.file], {stdio:['pipe', 'pipe','pipe']})" perhaps
the file utils.js "node.proc = spawn(pcmd, [node.file], ['pipe', 'pipe','pipe'])" should change to "node.proc = spawn(pcmd, [node.file], {stdio:['pipe', 'pipe','pipe']})" perhaps
Perfect! It worked for me :-)