Homebridge plugging uninstall

Hi,

I finally got homebridge to work but now I have pluggings that I installed during the initial configuration by following different guides, how can i get rid of pluggings in homebridge? I’m new to coding so I just used logic and did “uninstall” instead of “install” without luck.

This is one of the pluggins I’m trying to uninstall.

pi@raspberrypi:~ $ npm uninstall -g homebridge-punt
npm WARN uninstall not installed in /usr/local/lib/node_modules: “homebridge-punt”

This is the code when I run “homebridge”

pi@raspberrypi:~ $ homebridge
*** WARNING *** The program ‘node’ uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=node
*** WARNING *** The program ‘node’ called ‘DNSServiceRegister()’ which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister
[1/3/2017, 3:42:33 PM] Warning: skipping plugin found at ‘/usr/lib/node_modules/homebridge-homeassistant’ since we already loaded the same plugin from ‘/usr/local/lib/node_modules/homebridge-homeassistant’.
[1/3/2017, 3:42:34 PM] Loaded plugin: homebridge-homeassistant
[1/3/2017, 3:42:34 PM] Registering platform ‘homebridge-homeassistant.HomeAssistant’
[1/3/2017, 3:42:34 PM] —
[1/3/2017, 3:42:35 PM] Loaded plugin: homebridge-lockitron
[1/3/2017, 3:42:35 PM] Registering accessory ‘homebridge-lockitron.Lockitron’
[1/3/2017, 3:42:35 PM] —
[1/3/2017, 3:42:36 PM] Loaded plugin: homebridge-punt
homebridge API version: 2.1
[1/3/2017, 3:42:36 PM] Registering platform ‘homebridge-punt.punt’
[1/3/2017, 3:42:36 PM] —
[1/3/2017, 3:42:36 PM] Loaded config.json with 0 accessories and 1 platforms.
[1/3/2017, 3:42:36 PM] —
[1/3/2017, 3:42:36 PM] Loading 1 platforms…
[1/3/2017, 3:42:36 PM] [HomeAssistant] Initializing HomeAssistant platform…
[1/3/2017, 3:42:36 PM] [HomeAssistant] Fetching HomeAssistant devices.
Load homebridge-punt.punt
Couldn’t find a config-punt.json file at /home/pi/.homebridge/plugins/homebridge-punt.

Did you solve it? I am having the same issue.