[HOW TO] CLI install method

Hello,

I tried to install the qubino Driver Wire application which is not supported by Homey by the manual Cli installation method…

downloading and installing node-v22.13.0-x64.msi
download from github of the modified app: GitHub - iamnague/com.qubino-filpilote: Support for modules ZMNHJD1 and ZMNHUD1 under Homey => FilPilote.zip
unzip the app files => c:\com.qubino-filpilote-main
launching node.js prompt
npm install -g homey
homey login (Login + password Ok)
c:
cd c:\com.qubino-filpilote-main
npm install homey-zwavedriver
homey app run

When I run the last line it gives me an error message:

I tried to install Docker and try to launch it…
It installs a whole bunch of Maj Pearl dependencies… with error messages…
And at the end when activating Docker it tells me that there is no virtual machine running
it is necessary to install all these files in order to be able to activate qubino-filpilote???

thank you in advance for your help…

I suppose you want it to run @ Homey, and not @ Docker?

1 Like

Hello, [Peter_Kawa]

It work wel with last commande homey app install

Great thanks …

have a good afternow :grinning:

Hi all, I’m struggling with installing my changed Tuya Zigbee app (Originally from Johan Bentz).

I’ve added 3 new device’s by adding the codes from it to the existing devices and now I was ready to install the new version through CLI but whatever I try i’m receiving error’s see screenshot where it say’s running npm install what I did before with the command “npm install -g homey” and also once without the -g argument.

Someone of you got an idea what’s going wrong here.

Best regards Peter.

it say’s running npm install what I did before with the command “npm install -g homey” and also once without the -g argument.

But running npm install -g homey isn’t the same as running npm install :thinking:

Hi Robert thanks for your quick reply.

I’ve just run npm install from the command line and tried to install the app again but I receive the same error message NPM Install.
I haven’t got a clue what’s going wrong :thinking:

Regards Peter.

After this I ran several times npm audit fix also again with the extension --force

You obviously need to run npm install inside the app directory.

Hi Robert you are my angel, it worked now :+1:.

Thank you so much for helping me out,
Best regards Peter