bartbutenaers / node-red-contrib-onvif-nodes

Node Red nodes for communicating with OnVif compliant IP devices
Apache License 2.0
65 stars 25 forks source link

Cant see nodes on my web interface #11

Closed greyser83 closed 3 years ago

greyser83 commented 3 years ago

image Hello, Bart! Just installed your package with command npm install node-red-contrib-onvif-nodes , but there is no node on my node red web interface. Command npm install node-red-contrib-onvif-nodes@0.0.1-beta.7 was unable to install package due to multiple errors. image

bartbutenaers commented 3 years ago

Hi @greyser83 , These nodes are already for a long time in beta phase (as you can read here). Had no time yet to create a final release for npm. Which means you have to install them via the command on my readme page... Bart

greyser83 commented 3 years ago

Bart, but using this command causes errors as i noticed earlier08.09.2020, 14:14, "bartbutenaers" notifications@github.com: Hi @greyser83 , These nodes are already for a long time in beta phase (as you can read here). Had no time yet to create a final release for npm. Which means you have to install them via the command on my readme page... Bart

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe. -- С уважением,Сергей Костромин  

bartbutenaers commented 3 years ago

Damn, I misread your command. Sorry. Don't know why it fails. Otherwise try to install it directly from Github:

npm install bartbutenaers/node-red-contrib-onvif-nodes

Hopefully that works...

greyser83 commented 3 years ago

 Sorry, butnpm install bartbutenaers/node-red-contrib-onvif-nodesalso causes errors08.09.2020, 15:20, "bartbutenaers" notifications@github.com: Damn, I misread your command. Sorry. Don't know why it fails. Otherwise try to install it directly from Github: npm install bartbutenaers/node-red-contrib-onvif-nodes

Hopefully that works...

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe. -- С уважением,Сергей Костромин  

bartbutenaers commented 3 years ago

Hi @greyser83 , Could you please post this question on the Node-RED forum (discourse.nodered.org), with your screenshots and mention my name there. There are people in the community with lots of npm experience, who might be able to solve your problem. Thanks!

bartbutenaers commented 3 years ago

Hi @greyser83, Have you been able meanwhile to solve the installation problem? Because I see now in your screenshot above that there was a problem installing ...agsh/onvif.git dependency. Last night I have merged a pull-request about this, so maybe it is solved when you could try it again...

greyser83 commented 3 years ago

Yes! first, check  if git is already installed 20.10.2020, 13:16, "bartbutenaers" notifications@github.com: Hi @greyser83,Have you been able meanwhile to solve the installation problem? Because I see now in your screenshot above that there was a problem installing ...agsh/onvif.git dependency. Last night I have merged a pull-request about this, so maybe it is solved when you could try it again...—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.  -- С уважением,Сергей Костромин   

bartbutenaers commented 3 years ago

Thanks for the feedback. I have added the 'git' requirement to the readme page, to avoid that other users have the same issue as you...