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

A Node-RED plugin to integrate Arduino IoT Cloud
https://create.arduino.cc/iot
Other
7 stars 10 forks source link

Unable to install arduino iot node on Node Red #54

Open KennyMarko opened 3 months ago

KennyMarko commented 3 months ago

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.

ilcato commented 3 months ago

Do you have git installed on the machine?

KennyMarko commented 3 months ago

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

ilcato commented 3 months ago

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

KennyMarko commented 3 months ago

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

ilcato commented 3 months ago

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

KennyMarko commented 3 months ago

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

ilcato commented 3 months ago

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?

KennyMarko commented 3 months ago

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!