-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
npm compat tracking issue #17841
Comments
I'll give |
I would like to take up |
I have started to try Still investigating, but it seems to be an issue with I will comment in that issue when the information has been compiled. |
I'm attempting |
Just to tie together a few related other issues, the http task in high priority also affects |
Another missing feature I do not see mentioned in any of the linked issues:
Used as
|
Closing in favor of #18836 |
Tracking issue for npm/node compat issues in
std/node
Note: Currently we are moving Node polyfill implementation from
std/node
(this repository) toext/node
(Deno main repository). ref. #17724Please wait for a while to contribute to node compat layer
High priority items
tls.connect
#17842 (affectsnpm:mssql
)http.ClientRequest
does not emitupgrade
event (or is buggy) #17847 (affectsnpm:discord.js
)Unexpected server response: 101
running puppeteer from npm specifier #17496 (affectsnpm:puppeteer
,npm:ws
)npm:playwright
)deno run -A npm:aws-cdk destroy
throwsprocess is not defined
#18198 (affectsnpm:aws-cdk-lib
)npm:next-auth
,npm:jsonwebtoken
)npm:aws-cdk init
throws TypeErrornpm:aws-cdk init
throws TypeError (windows only) std#2916 (affectsnpm:aws-cdk
(windows)Medium priority items
npm:mineflayer
)node:os
Support missing node/os functionality #17850node:crypto
APIs #18455npm:json-server
#18325npm:bullmq
execFile
returnsundefined
in Deno std#3145Note about priorities
The priorities are higher when the issue affects popular npm modules (when used via
npm:
specifier).The text was updated successfully, but these errors were encountered: