~
❯ install_node
Checking dependencies for the installation script...
Checking availability of curl... OK!
Checking availability of unzip... OK!
Downloading https://github.com/Schniz/fnm/releases/latest/download/fnm-linux.zip...
#=#=# ##O#-# ################################## ######################################################################## 100.0%
Installing for Bash. Appending the following to /home/aeksandrkosachevsky/.bashrc:
# fnm
FNM_PATH="/home/aeksandrkosachevsky/.local/share/fnm"
if [ -d "$FNM_PATH" ]; then
export PATH="$FNM_PATH:$PATH"
eval "$(fnm env --shell bash)"
fi
In order to apply the changes, open a new terminal or run the following command:
source /home/aeksandrkosachevsky/.bashrc
Installing Node v24.16.0 (x64)
warning: Version already installed at "/home/aeksandrkosachevsky/.local/share/fnm/node-versions/v24.16.0"
Installing pnpm@11.4.0...
~
❯ install_robot_brains
[ERROR] The configured global bin directory "/home/aeksandrkosachevsky/.local/share/pnpm/bin" is not in PATH
Run "pnpm setup" to update your shell configuration.
[ERROR] The configured global bin directory "/home/aeksandrkosachevsky/.local/share/pnpm/bin" is not in PATH
Run "pnpm setup" to update your shell configuration.
[ERROR] The configured global bin directory "/home/aeksandrkosachevsky/.local/share/pnpm/bin" is not in PATH
Run "pnpm setup" to update your shell configuration.
• claude-code auto-updater disabled (manual updates still work)
~