Every time my app sleeps, it gives this string of errors on wakeup:
node: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.27' not found (required by node) node: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.28’ not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25’ not found (required by node)
I can fix this by going to Terminal and running: rm -rf /app/node_modules/node
The problem is, I can’t stay doing this every time the app sleeps.
Any suggestions please?