How to Install node from GitHub

No need to clone the repo, you can install directly from github

Assuming the following git repo: https://github.com/hardillb/node-red-node-geofence

in your userDir (~/.node-red) run the following:

npm install hardillb/node-red-node-geofence
1 Like