前几天我卸载了nodejs,现在由于某种原因,当我访问它时,出现找不到节点的错误。 which 命令的参数可以是任何内容。
> which wget
/usr/bin/env: «node»: No such file or directory
但是,如果我再次安装节点,一切都很好:
> sudo pacman -S nodejs
...
> which wget
/usr/bin/wget