-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github:
dependencies are not supported (uWebSockets.js
)
#102
Comments
github:
dependencies are not supported uWebSockets.js
github:
dependencies are not supported (uWebSockets.js
)
We will likely not support depending on |
I see. Trying to find a middle ground here. https://github.com/uNetworking/uWebSockets.js/issues/1026#issuecomment-1973260549 the mentioned library also aims not to opt into any registry. Besides this particular case, i guess it might happen in the future. For the sake of jsr usage increase, would you consider gh releases with (content) digest? (gh:repo/name#ref+hash) Or another alternative: Perhaps just skip error when optional peer dependency is specified? It seems deno is not picking on that meta right now. Or another alternative: Support import maps in this case as escape hatch? |
I suggest you either vendor the dependency into your package, or publish it to JSR yourself for the time being :) |
Yeah probably would do 👍 (mainly waiting for blessing of the author) How shall we followup these two:
My understanding is thst these two would be still viable to discuss even if could workaround uwsjs. BTW feel free to simply say or close this issue if too much. I understand you might have more priorities than this for jsr and don’t want to put extra pressure. |
So feel free to open another issue for 2 - it seems useful to figure this out, but unless there is another compelling reason for 1, I'm not inclined to explore that right now. |
#301 exists for resolving the peer deps issue. |
Hey Guys ! I am trying to import uWebSockets.js in deno, and have no idea how to do it (see https://github.com/uNetworking/uWebSockets.js/issues/1082#issuecomment-2282929789) Have you found a way ? Update : Yes, raw links work, i.e. Also, https://github.com/uNetworking/uWebSockets.js/issues/1026 has been deleted, and https://github.com/uNetworking/uWebSockets.js/blob/master/misc/npm.md seems to highlight some very strong opinion against using any other package repositories I also proposed denoland/deno#24998 |
I am going to close this for now. We are not planning to support direct GitHub imports. |
Hi. Today I noticed an issue when trying to publish an existing npm package that has optional peer dependency on uWebSockets.js which is officially only published on Github.
package.json
:deno.json
: (I guess it is not picked btw)Deno publish (
1.41.1
)The text was updated successfully, but these errors were encountered: