Replies: 1 comment 1 reply
-
|
@nbgraham I tried WSL a while back and the GLIBC_2.32 specific error in my case happened due to using an "older" distro, like using Ubuntu 20 instead of 22 After upgrading to Ubuntu 22, the GLIBC_2.32 error should be gone. As for running the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to develop on WSL. I was able to bootstrap and run tests successfully, but seeing errors on
npm run app-startThis is probably not worth investigating, but I wanted to at least raise it, mostly so other people don't try this inside WSL.
libnss3 error
libnss3.so: cannot open shared object file: No such file or directorySolution:
https://stackoverflow.com/a/71756304
The recommendation in the README may have also worked.
/var/run/dbus/system_bus_socket error
Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socketSolution:
microsoft/WSL#2941
GLIBC_2.32 error
Looks complicated to solve: https://askubuntu.com/a/1228256
Beta Was this translation helpful? Give feedback.
All reactions