Quick fix to install node

I got following error while installing the node.


And figured out this problem by running following command.

sudo apt update
sudo apt install clang llvm-dev libclang-dev

Hope this article may help others to run their node.
Thank you

2 Likes