arduino/node-red-contrib-arduino-iot-cloud

Unable to install arduino iot node on Node Red

KennyMarko opened this issue · 8 comments

image

2024-03-13T18_53_07_001Z-debug-0.log

I have tried installing the node from the palettes tab, but I keep getting this error. I have attached the log file and a screenshot of executing the command on cmd.

Do you have git installed on the machine?

Yes. I have it installed now. I also checked if its in the environment variables path.

However I still get an error when I try to install the node,

image
2024-03-15T08_09_10_718Z-debug-0.log

Can you tell us something more about your setup? OS version, node version, node-red version, ...

OS version - windows
Npm version - 10.2.4
Node red version -v3.1.6
Node.js version - v20.11.1

Please let me know what other info you need. Thank you

Did you try to install the module manually via command line?

yes, i used powershell

Edit:

I used powershell to install npm, node.js, node-RED

For the arduino node I tried to install it via the node-RED gui on local host and then I tried again on cmd

The debug log you posted doesn't contain errors. Is it the correct one? can try again to insta via powershell and post the error log file?

Thank you! I reinstalled Node-Red and restarted the server. It seemed all I had to do was just restart the server after installing git. Thank you so much!