Previously Node17 works fine, but after switching to Node 18, it failed with following error log
09:54:10.055 node: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.28’ not found (required by node)
09:54:10.128 nvm is not compatible with the npm config “prefix” option: currently set to “”
09:54:10.129 Run npm config delete prefix
or nvm use --delete-prefix v18.1.0
to unset it.`
How to fix this issue…!!!