You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Issue Description
Updated parse server to 3.7.2 from 3.6.0 and when running npm install, I receive the following error:
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
The text was updated successfully, but these errors were encountered: