question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Npm install error, permission denied

See original GitHub issue

Provide Your Network Information

  1. Where is the location of your server? (i.e. City, or In/Out China) Jakarta
  2. Which cloud platform(AliYun/Qcloud/DigitalOcean/etc) are you using? Localhost

Expected behavior

npm install facenet

successfuly installed

Actual behavior

install error

Steps to reproduce the behavior (and fixes, if any)

npm install facenet

Full Output Logs

# PASTE RELATED FULL LOG OUTPUT AT HERE:
npm ERR! Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t ssh://git@github.com/zixia/blessed-contrib.git
npm ERR! 
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! 
npm ERR! exited with error code: 128

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
huancommented, Oct 4, 2020

Hi @adhityan , thanks for letting me know the DevOps pipeline is not working in the past 2 years.

I’ll take a look at it later.

0reactions
huancommented, Mar 24, 2022

This project has not been maintained for a long time, it is very hard to be set up for now.

Please consider to use face-api.js

Read more comments on GitHub >

github_iconTop Results From Across the Web

I get "access denied" on `npm install` - node.js - Stack Overflow
I just super user do it: sudo npm install -g. for global stuff. and just: sudo chown -R [user]:[user] /projects/.
Read more >
Resolving EACCES permissions errors when installing ...
If you see an EACCES error when you try to install a package globally, you can either: Reinstall npm with a node version...
Read more >
NPM Install - Resolving EACCES Permissions Denied
How to resolve eacces permissions denied when installing npm packages globally. Here's how you solve this issue in a couple of minutes.
Read more >
How to Fix npm EACCESS Permission Denied Error - Medium
The solution… · The Solution — · To download and install the latest version of npm, run the following commands: · To manually...
Read more >
Fix NPM EACCES permission denied errors ... - YouTube
How to fix eacces permission denied errors with npm when installing a global package using Ubuntu. ... Eacces error with global npm.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found