Schniz / fnm

🚀 Fast and simple Node.js version manager, built in Rust
https://fnm.vercel.app
GNU General Public License v3.0
16.48k stars 419 forks source link

error: Can't create the symlink for multishells at "/run/user/1000/fnm_multishells/3628_1715158318789". Maybe there are some issues with permissions for the directory? No such file or directory (os error 2) #1119

Open wngtk opened 2 months ago

wngtk commented 2 months ago
error: Can't create the symlink for multishells at "/run/user/1000/fnm_multishells/3628_1715158318789". Maybe there are some issues with permissions for the directory? No such file or directory (os error 2)

I am using WSL2 Ubuntu, Fish shell and TMUX.

if status is-interactive
    # Commands to run in interactive sessions can go here
    if not set -q TMUX; and not set -q VSCODE_IPC_HOOK_CLI
        exec tmux
    end
    if command -v starship > /dev/null
        starship init fish | source
    end
end

image

wngtk commented 2 months ago

workaround:

sudo systemctl restart user@1000
aenlemmea commented 2 days ago

Happens to me aswell. WSL2-tmux