Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node error while loading shared libraries libnode.so.72

I'm using Ubuntu (linux), somehow i get the following error on each instruction executed in my terminal:

node: error while loading shared libraries: libnode.so.72: cannot open shared object file: No such file or directory

like image 730
quborg Avatar asked Jan 25 '23 05:01

quborg


1 Answers

I found many answers, but the following apt install fix it easily:

sudo apt install libnode72

like image 53
quborg Avatar answered Jan 26 '23 19:01

quborg