Error "libicui18n.so.73: cannot open shared object file" after installing Node.js via Homebrew on Windows Subsystem for Linux (WSL)

64 Views Asked by At

I encountered an error while attempting to install Node.js version 16 on my Windows system using Homebrew in Windows Subsystem for Linux (WSL). After successfully installing Node.js with the command:

brew install node@16

I tried to check the Node.js version using node --version, but it returned the following error:

node: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or    directory
0

There are 0 best solutions below