Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks again for your response. I tried cloning the repo but getting auth error as $ git fetch [email protected]:triniwiz/nativescript-webrtc.git refs/pull/61/head [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Commented Mar 4, 2022 at 10:56
  • It's because SSH Authentication, try to clone the repository with HTTPS (git clone https://github.com/triniwiz/nativescript-webrtc.git) Commented Mar 5, 2022 at 9:32
  • Hi @miladfm, i follow your steps on cloning #61 pr into my local and then npm run build. But i got a lots of TS errors such as error TS1110: Type expected, error TS1005: '}' expected, error TS1005: ';' expected. Any ideas what is causing this? Commented Dec 5, 2022 at 11:06