How to update installation when deployed through yarn #1418
Unanswered
ehendrix23
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My apologies if answered somewhere else but if so I could not find it.
I deployed zwavejs2mqtt as per the documentation in Quickstart using "compile your own code". I am running this on MacOS not in Docker. I first tried the packaged version but it seems that is not for MacOS as I always got:"exec format error" probably as this is for Linux and not MacOS.Thus I followed the steps for compiling my own code.
But what is the best method then to update? Following the same steps does not work as git clone then returns the directory is not empty.
Should I use git pull then for updating and then follow the further yarn steps?
Appreciate the assistance.
Beta Was this translation helpful? Give feedback.
All reactions