node-red-contrib-machine-learning icon indicating copy to clipboard operation
node-red-contrib-machine-learning copied to clipboard

TypeError using the node

Open moisesStevend opened this issue 3 years ago • 7 comments

After ran the example, I got this message:

Selection_945

I don't know why I get this, please help me, guys!

moisesStevend avatar May 28 '21 16:05 moisesStevend

I had the same problem with one PC but everything is ok on another PC. I don't know why.

roommaster avatar Aug 07 '21 16:08 roommaster

curious! xdd

moisesStevend avatar Aug 07 '21 16:08 moisesStevend

same problem...

gonzzzales avatar Feb 04 '22 10:02 gonzzzales

I have same problem

Niushaeslamii avatar Apr 11 '22 12:04 Niushaeslamii

I am also facing the same issue. Any solution?

Kiruthika65 avatar Aug 10 '22 09:08 Kiruthika65

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

zxfinwest avatar Mar 15 '23 06:03 zxfinwest

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 :-)

strbaknxp avatar Apr 26 '23 06:04 strbaknxp