Error on wakeup

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?

Hi there - do you have Node listed in your app’s dependencies? If so, remove it and run that command again. If not, email support@glitch.com with the name of the project so we can take a look!

1 Like

That fixed it!

Thank you

FA18178062104603A99A35286F91ADAA.gif