node-roon-api icon indicating copy to clipboard operation
node-roon-api copied to clipboard

Can we get an npm release

Open jptaranto opened this issue 1 year ago • 0 comments

I'm requiring this as a dependency for my homebridge plugin as so in the package.json:

  "dependencies": {
    "node-roon-api": "github:RoonLabs/node-roon-api",
    "node-roon-api-status": "github:RoonLabs/node-roon-api-status",
    "node-roon-api-transport": "github:RoonLabs/node-roon-api-transport"
  },

We're experiencing issues now with homebridge running in docker where it can't install things via github like this. There's a work around I believe, which I'm trying to figure out (again).

Then I wondered why these aren't just released as packages on npmjs.org?

jptaranto avatar Aug 25 '22 23:08 jptaranto