We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across this whilst trying to run the playwright install, see: #16899 (comment)
Can confirm by running in the REPL (Deno 1.38.0):
> import process from "node:process"; undefined > process.geteuid(); Uncaught TypeError: process.geteuid is not a function at <anonymous>:1:30
The text was updated successfully, but these errors were encountered:
Node docs: https://nodejs.org/api/process.html#processgeteuid
Sorry, something went wrong.
fix(ext/node): implement process.geteuid (#21151)
df14835
Fixes #21097
6e4aa70
Successfully merging a pull request may close this issue.
I came across this whilst trying to run the playwright install, see: #16899 (comment)
Can confirm by running in the REPL (Deno 1.38.0):
The text was updated successfully, but these errors were encountered: