sailpoint-oss / saas-conn-discourse

SailPoint Connector 2.0 for Discourse
4 stars 3 forks source link

npm install leads to error #5

Closed carstengericke closed 1 year ago

carstengericke commented 1 year ago

I cloned the repository and tried to run: npm install This leads to the following error: npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/sailpoint/saas-connector-sdk-js.git npm ERR! ERROR: Repository not found. 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.

Has the repository path changed?

colin-mckibben-sp commented 1 year ago

Thanks for finding this. I updated the path to the connector sdk. Can you pull the latest changes and try again?

carstengericke commented 1 year ago

This has fixed the issue.