nfarina / homebridge-sonos

Sonos plugin for homebridge: https://github.com/nfarina/homebridge
155 stars 52 forks source link

Fix hardcoded path breaking with npm 3 #31

Closed kirb closed 7 years ago

kirb commented 8 years ago

Sub-dependencies are now all stored in the one master node_modules directory: https://docs.npmjs.com/how-npm-works/npm3. This removes the hardcoded path in a require() that shouldn't really have been there anyway, and allows node to resolve it.

Fixes #29.