nodertc / stun

Low-level Session Traversal Utilities for NAT (STUN) client and server
MIT License
160 stars 29 forks source link

node_modules folder in src makes the package unusable in yarn workspace projects #35

Open molnarzs opened 2 years ago

molnarzs commented 2 years ago

https://github.com/serverless-stack/serverless-stack started using the package, however, this indirect dependency breaks our product. I have created a patch that solves the issue temporarily (using relative references in requires) - I suggest moving the sources out of that node_modules and use relative references when requiring project sources.

stun+2.1.0.patch.zip