OS: Manjaro
I installed npm and nodejs by this command: sudo pacman -S nodejs npm
after installation i have an error:
~]$ npm -v
node: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
~]$ node --version
node: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
How can i solve this problem?
nvm install-latest-npm Attempting to upgrade to the latest working version of npm... node: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory Unable to obtain node version.
– Esme