node what the fuck
can anyone give me a hint? I think I know what's happening here (git/ ssh tries to get the user to validate the keys but npm doesn't get that) but how do I solve this?
@noiob try to ssh there first and get that ip into your known_hosts before running npm?
@noiob looks like this could be caused by how old that version of npm is (https://GitHub.com/nebrius/raspi-serial/issues/8)
npm install -g npm may help? or reinstalling with the system package manager
also possible the registry moved: npm config set registry https://registry.npmjs.org
@starfall yeah it seems to be a problem with debian package versions -.- I tried switching to yarn and while I still had to add an external repo it now seems to work. Thanks fot your help!
@noiob ah, yeah, debian "stable" will be like that sometimes. not really that stable when things break for being too old just as often as too new
@starfall I just realized I was on oldstable and had forgotten to update ._.
okay, no one actually tested this software without github configured with ssh