iobroker-community-adapters / ioBroker.accuweather

Accuweather forecast
MIT License
6 stars 9 forks source link

Please add NPM package to iobroker-community-adapters:developers team #5

Closed DutchmanNL closed 4 years ago

DutchmanNL commented 4 years ago

verifying all repos and NPM ownership we noticed the NPM package of this repo is not part of our team.

please execute :

npm access grant read-write iobroker-community-adapters:developers iobroker.<adaptername>

or add the package by web :

https://www.npmjs.com/settings/iobroker-community-adapters/teams/team/developers/access

algar42 commented 4 years ago

@DutchmanNL Trying to do via console and get the following: image

The WEB link above says "404 not found"

what I'm doing wrong??

algar42 commented 4 years ago

Got user access to iobroker-community-adapters, but still have the same error via console. In the web interface I can't find anything that allows me to transfer project..

image

DutchmanNL commented 4 years ago

i see you were missing rights in NPM, just corrected that. Please click n packages at the developer team here you can add the package

Schermafbeelding 2019-10-19 om 13 28 38
algar42 commented 4 years ago

Should be done now. Could you please check?

DutchmanNL commented 4 years ago

Should be done now. Could you please check?

looks good :), thank you !

npm access ls-packages iobroker-community-adapters:developers
{
  "iobroker.accuweather": "read-write",
  "iobroker.wlanthermo-nano": "read-write",
  "iobroker.multicast": "read-write",
  "iobroker.knmi-weather": "read-write",
  "iobroker.snmp": "read-write",
  "iobroker.sma-em": "read-write",
  "iobroker.vedirect": "read-write",
  "iobroker.tado": "read-write",
  "iobroker.discovergy": "read-write",
  "iobroker.heytech": "read-write",
  "iobroker.places": "read-write",
  "iobroker.info": "read-write",
  "iobroker.opi": "read-write",
  "iobroker.proxmox": "read-write",
  "iobroker.sony-bravia": "read-write",
  "iobroker.panasonic-viera": "read-write",
  "iobroker.landroid": "read-write",
  "iobroker.fronius": "read-write",
  "iobroker.sourceanalytix": "read-write",
  "iobroker.opentherm": "read-write",
  "iobroker.deconz": "read-write",
  "iobroker.enocean": "read-write",
  "iobroker.upnp": "read-write",
  "iobroker.hmip": "read-write",
  "iobroker.oilfox": "read-write"
}