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
{{ message }}
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
We are having difficulties with npm install. I was getting the error 'git@github.com: Permission denied (publickey)' when trying to ssh to the usgs/search_api.
We had a similar problem in the SS-National application. I think if you edit the package.json line, "build": "npm install && ng build", it can be solved.
We are having difficulties with npm install. I was getting the error 'git@github.com: Permission denied (publickey)' when trying to ssh to the usgs/search_api.
It can be solved locally by changing this line, to "https://git@github.com/usgs/search_api.git#a9537dd5549fd1149737dd2815b1146aa0a2bc01".
We had a similar problem in the SS-National application. I think if you edit the package.json line,
"build": "npm install && ng build", it can be solved.