[ol]curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -sudo apt update -ysudo apt install nodejs npm -ynpm install -g pnpm[/ol]复制代码 Debian 11安装出错呀 有错误, 命令, 代码
职业菜鸟 发表于 2024-5-30 19:05 去了 sudo[ol]root@hcss-ecs-bbe1:~# curl -fsSL https://deb.nodesource.com/setup_21.x | bash apt update -y apt install nodejs npm -ynpm install -g pnpm /usr/bin/apt: /usr/bin/apt: cannot execute binary file (23) Failed writing body [/ol]复制代码 出错呀
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt update -y && sudo apt install nodejs npm -y && npm install -g pnpm 我猜应该是这样?