-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link Node JS and Node "File exists" #318
Comments
This is a bad practice this should be changed in the documentation, which OS are you running ? |
Homebridge 1.7 |
Sorry, I think you are looking for this: |
Please update documentation accordingly something like ( /usr/bin/node --version || sudo ln -s /usr/bin/nodejs /usr/local/bin/node) if you want to use a different node than the default one, may you look at update-alternatives command too |
When running:
sudo ln -s /usr/bin/nodejs /usr/bin/node
per https://github.com/abandonware/noble#prerequisites
I get:
ln: failed to create symbolic link '/usr/bin/node': File exists
Is this normal?
I am still trying to get BLE to work with the SwitchBot plugin on the RaspberryPi4
The text was updated successfully, but these errors were encountered: