Menu
  • HOME
  • TAGS

Installing nw.js in debian returns error “version `GLIBC_2.14' not found”

linux,glibc,node-webkit,eglibc

I found a solution. Just run the script echo "deb http://ftp.us.debian.org/debian testing main" >> /etc/apt/sources.list apt-get -y update apt-get -t testing install libc6-dev followed by the script in github and then node-webkit works fine...