vhqtvn/VHEditor-Android

Node.js not installing

Mak1319 opened this issue · 2 comments

node.js is not installing.
After that showing ..

CANNOT LINK EXECUTABLE "node": library "libicui18n.so.73" not found: needed by main executable

Screenshot_2024-01-07-19-50-14-113_vn vhn vsc

Install the libicu v73.2 with this command to fix it :

apt-get install libicu=73.2

Fixed