Skip to content
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

node: process.geteuid is not a function #21097

Closed
jollytoad opened this issue Nov 6, 2023 · 1 comment · Fixed by #21151
Closed

node: process.geteuid is not a function #21097

jollytoad opened this issue Nov 6, 2023 · 1 comment · Fixed by #21151

Comments

@jollytoad
Copy link
Contributor

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
@jollytoad
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants