-
Notifications
You must be signed in to change notification settings - Fork 2k
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.js: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed. #1746
Comments
gwh-cpnet
changed the title
Node.js[8]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.
Node.js: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.
Jul 6, 2022
Installing libseccomp2_2.5.4-1+b1_armhf.deb from http://ftp.debian.org/debian/pool/main/libs/libseccomp/ on a RasperryPi4 solved the problem. |
7 tasks
7 tasks
Hello, any news here? |
1 task
4 tasks
fix for raspberry pi: https://docs.linuxserver.io/FAQ/#resolution_2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Expected Behavior
npm install should work just fine
Current Behavior
$ docker run -it --rm node:16.15.1-bullseye-slim sh -c "npm i lodash"
Node.js[8]: ../src/util.cc:188:double node::GetCurrentTimeInMicroseconds(): Assertion `(0) == (uv_gettimeofday(&tv))' failed.
Aborted (core dumped)
Possible Solution
fallback to
node:16.15.1-buster-slim
The text was updated successfully, but these errors were encountered: