Tag: nvm
-
Installing Node.js 18+ on CentOS 7: Fix glibc Compatibility Issue
Recently I had to install node 18 on an old CentOS 7 machine. Upgrading was not possible. Considering node 18 is relatively old, I didn’t expect any issues. Turns out, node 18+ is not officially supported in CentOS 7. CentOS 7 doesn’t have the necessary glibc library version for me to install newer node versions.…
-
Setting Up Claude MCP with npx on MacOS Using nvm
One issue I hit with Claude Desktop app was getting MCP integrations working locally with npx. I tried the examples from the documentation: No matter which MCP server I tried I was getting the same error again and again. It seems that Claude Desktop searches for npx in /usr/local/bin/ or the default location for node…