Trying to run this code:
import dialog from 'dialog-node'
dialog.info(
"Scrapping complete! Press 'Ctrl+Shift+W' to close all tags opened",
"Complete",
0,
(params) => console.log(params)
)
But, I get this error:
127 /snap/core20/current/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /home/username/snap/code/common/.cache/gio-modules/libgiolibproxy.so
zenity: symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
Trying to run this code:
But, I get this error: