main/nodejs: fails to launch
Package Information
- Package name:
nodejs
- Package version:
20.15.1-r0
- Alpine version:
3.21.0_alpha20240807
- Alpine architecture:
x86_64
Summary
Running nodejs
doesn't open the repl, but fails with the following error:
Error relocating /usr/bin/node: _ZN3ada7unicode10to_unicodeB5cxx11ESt17basic_string_viewIcSt11char_traitsIcEE: symbol not found
Steps to reproduce
docker run -it alpine:edge /bin/ash
# inside the container
apk add nodejs
nodejs