USGS-WiM / TravelTime

Time of travel client application
Other
2 stars 1 forks source link

Issue with npm install #314

Open harper-wavra opened 2 years ago

harper-wavra commented 2 years ago

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.