From the README.md it seems one should run npm link while he is in the project folder. (as its directly after building the project and its never specified to change directory)
But from the experience I just had, you need to run it from the homebridge path (/var/lib/homebridge) like that npm link /path/to/project
From the README.md it seems one should run
npm linkwhile he is in the project folder. (as its directly after building the project and its never specified to change directory)But from the experience I just had, you need to run it from the homebridge path (
/var/lib/homebridge) like thatnpm link /path/to/project