Issues while building - roonyh/fossasia-gci-companion GitHub Wiki
###1. version 'GLIBCXX_3.4.20' not found
OS - Ubuntu GNOME 14.04 LTS
Image
After doing npm install and then npm start it was showing the error as shown above. To avoid this error you must follow this instruction to update libstdc++
:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9
sudo apt-get upgrade libstdc++6