nodejs 似乎已安装但不可用

nodejs 似乎已安装但不可用

我在安装 nodejs 版本 16 时遇到了问题(我尝试了 v14 和 v18,结果相同)。ubuntu 的默认版本是 v12,但我需要更高的版本。

我遵循了https://github.com/nodesource/distributions/blob/master/README.md#debmanual

结果如下:

user@:~$ nodejs -v
Command 'nodejs' not found, but can be installed with:
sudo apt install nodejs
user@:~$ sudo apt install nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
nodejs is already the newest version (16.18.0-deb-1nodesource1).
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

谢谢你的时间,马克

答案1

您可以尝试从折断,这对我来说容易多了:https://snapcraft.io/node。您还可以从提供的下拉菜单中选择要安装的版本,并测试安装是否成功,尝试运行命令node -v,这将打印出您选择安装的版本。

相关内容