how to patch-package github commit?
Open
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
in my package.json:
```
"react-native-twilio-video-webrtc": "git+https://github.com/blackuy/react-native-twilio-video-webrtc.git#cf5dc0c5c5d288bc6fd0c159e64824b72a61fcd9",
```
the npmjs of "react-native-twilio-video-webrtc" is abandoned, and the installation should be done through git syntax as demonstrated above, however I am not sure how to patch-package that?
`npx patch-package react-native-twilio-video-webrtc` actually downloads the package from npmjs which is wrong, it should really use the correct source by reading it from package.json (which is github commit) and diff it against that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.