You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is: the npx path is changed every time a new shell session is opened (this also apply to Claude Desktop, each time you open it, it creates a new shell session)
If you tried which npx, each time it will show you a different path of npx as a random version here ~/.local/state/fnm_multishells
I want to disable multishell behavior like this. Is there any way?
Thanks
The text was updated successfully, but these errors were encountered:
Discovered this when trying to figure out why the Open in VLC browser extension was not able to find the node native client. I wasn't able to find a solution. Switched to nvm and set up auto-switching instead.
You can try this to add the brave-search MCP server to Claude Desktop (Mac OS latest version): https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search
The problem is: the
npx
path is changed every time a new shell session is opened (this also apply to Claude Desktop, each time you open it, it creates a new shell session)If you tried
which npx
, each time it will show you a different path ofnpx
as a random version here~/.local/state/fnm_multishells
I want to disable multishell behavior like this. Is there any way?
Thanks
The text was updated successfully, but these errors were encountered: