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