Some nodejs packages not installing on aws instance
// for linux mint | ubuntu
sudo apt install build-essential
sudo apt install python3
//for windows
npm install --global --production windows-build-tools
//other linux
sudo zypper install gcc-c++ make