Open alonisser opened 9 years ago
+1
The module is broken in Node 4.1.x
Is there any update for this?
I found up this happens when gcc version is under 4.8 . (for example in ubuntu 12.04 LTS as used in travis ci, circle ci etc) so can be solved with:
sudo apt-get install -qq python-software-properties
sudo add-apt-repository -qq ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -qq gcc-4.8 g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
Not working with any of 4.x.x. Any plan to update?
After upgrading to usage 0.7.1 all works and installs locally with node 4.1.0
But when trying to install the same on travis.ci I get the following error:
Any clues or ideas?