Hi!
I got this:
[xxxx@xxxx ~]$ /opt/nvm/versions/node/v18.19.1/bin/npm
/usr/bin/env: ‘node’: No such file or directory
inside /opt/nvm/versions/node/v18.19.1/bin/ I have:
drwxr-xr-x 2 xxxx xxxx 56 Feb 13 2024 .
drwxr-xr-x 6 root root 108 Mar 22 2024 ..
lrwxrwxrwx 1 xxxx xxxx 45 Feb 13 2024 corepack -> ../lib/node_modules/corepack/dist/corepack.js
-rwxr-xr-x 1 xxxx xxxx 91859064 Feb 13 2024 node
lrwxrwxrwx 1 xxxx xxxx 38 Feb 13 2024 npm -> ../lib/node_modules/npm/bin/npm-cli.js
lrwxrwxrwx 1 xxxx xxxx 38 Feb 13 2024 npx -> ../lib/node_modules/npm/bin/npx-cli.js
xxxx is the customer user.
If I run that "node" file above, it runs, but npm (link above) not run.
I installed node environment using CWP server web interface, all automatic.
Thanks!