我从源代码安装了 Node-12 但无法获取 nodejs --version
I installed Node-12 from source but can't get nodejs --version
我在 Ubuntu16 中安装 node 后遇到问题。我从 node-v12.13.1-linux-x64.tar.xz[= 安装了 node-12 21=] 但我无法让 nodejs --version
执行。
The program 'nodejs' is currently not installed. You can install it by typing
sudo apt install nodejs
我该怎么办?
你可以做 node -v
, nodejs 不是可执行文件的名称
我在 Ubuntu16 中安装 node 后遇到问题。我从 node-v12.13.1-linux-x64.tar.xz[= 安装了 node-12 21=] 但我无法让 nodejs --version
执行。
The program 'nodejs' is currently not installed. You can install it by typing
sudo apt install nodejs
我该怎么办?
你可以做 node -v
, nodejs 不是可执行文件的名称