Running node.js 10 on CentOS7 ARM on RaspberryPi #1724
Closed
Description
Hi,
I try to run node.js 10 on CentOS 7 on my PI, but currently without luck...
First try: Use the official prebuild armv7 package. Failed because of
node: /lib/libstdc++.so.6: version
GLIBCXX_3.4.20' not found (required by node)`
Second try: Compile on a Scaleway armv7 host under CentOS 7 with gcc4.8 because 4.9 is not available. Failed with error: 'make_unique' is not a member of 'std'
because make_unique requires gcc4.9 i think.
So is there a real chance to get node.js 10 running under CentOS 7 ARM?