ninja
August 3, 2024, 3:52am
1
Hi all,
I am a newbie developer and trying to code a Homey app using Windows Command Line.
I have installed nodejs and Docker as per the Developer instructions.
I followed the steps on the Homey Developer Video - https://www.youtube.com/watch?v=v_RUamZzby8&list=PLbIEwfYFMhVnVBTa0P-wg_aIBMXgeOPo1
Editor: VS Code
When I try to run the app, homey app run does not start to pre-package.
For assistance, please.
Try homey app run --remote
And make sure the path is the app directory
Other useful stuff:
1 Like
RonnyW
August 4, 2024, 9:36am
3
Peter_Kawa:
app run --remote
As suggested by Peter, you don’t need the docker if you don’t create an app for HomeyCloud.
app run --remote installs and runs the app on the Homey itself.
ninja
August 7, 2024, 4:54pm
4
Thanks! -remote worked. I had docker installed. I wonder if that is the reason why the app was not being pushed to Homey itself.
1 Like
Not using --remote
is the reason why the app was not being pushed to Homey itself.
1 Like