We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run sudo npm -g i marlin-conf I always get this error
sudo npm -g i marlin-conf
... npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/MelvinTo/node-nat-upnp.git npm ERR! git@github.com: Permission denied (publickey). ...
Although when I check ssh -T git@github.com I'm successfully authenticated.
ssh -T git@github.com
On the other hand running the install without sudo fails due to lacking permissions to create /usr/lib/node_modules/marlin-conf
sudo
/usr/lib/node_modules/marlin-conf
System info
RPi 3B+ Raspbian GNU/Linux 10 (buster) raspbian OctoPrint: 1.7.3 OctoPi : 0.18.0 node : v17.4.0 npm : 8.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
sudo npm -g i marlin-conf
I always get this errorAlthough when I check
ssh -T git@github.com
I'm successfully authenticated.On the other hand running the install without
sudo
fails due to lacking permissions to create/usr/lib/node_modules/marlin-conf
System info
The text was updated successfully, but these errors were encountered: