Skip to content

Permission Denied on npm install #5975

New issue

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

Closed
wfilleman opened this issue Aug 26, 2019 · 1 comment
Closed

Permission Denied on npm install #5975

wfilleman opened this issue Aug 26, 2019 · 1 comment
Labels
state:duplicate Duplicate of already reported issue

Comments

@wfilleman
Copy link

Issue Description

Updated parse server to 3.7.2 from 3.6.0 and when running npm install, I receive the following error:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://[email protected]/parse-community/node-apn.git
npm ERR! 
npm ERR! Warning: Permanently added the RSA host key for IP address '140.***.***.***' to the list of known hosts.
npm ERR! [email protected]: 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

Steps to reproduce

Run npm install

Expected Results

npm install should install the latest parse server.

Actual Outcome

It looks like there's a private lock somewhere restricting permissions to install parse server.

Environment Setup

  • Server
    • parse-server version (Be specific! Don't say 'latest'.) : 3.7.2
    • Operating System: MacOS
    • Hardware: iMac
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Local
@acinader acinader added the state:duplicate Duplicate of already reported issue label Aug 26, 2019
@acinader
Copy link
Contributor

see: #5867

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:duplicate Duplicate of already reported issue
Projects
None yet
Development

No branches or pull requests

2 participants