我不知道在哪里正确标记我的问题,如果我犯了错误,我很抱歉。(我是stackoverflow的新手)。
我正在尝试构建 AWS Greengrass 环境,但在安装必要的软件包时遇到了问题。
我刚刚在虚拟机中将 NodeJS 安装到我的 Ubuntu 20.04.1:
VirtualBox@VirtualBox:~$ sudo apt install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (12.19.0-deb-1nodesource1).
0 upgraded, 0 newly installed, 0 to remove and 243 not upgraded.
VirtualBox@VirtualBox:~$ node --version
v12.19.0
所以,我有 NodeJS。然后我按照这些命令:
cd /greengrass/greengrass-dependency-checker-GGCv1.10.x
wget https://github.com/aws-samples/aws-greengrass-samples/raw/master/greengrass-dependency-checker-GGCv1.10.x.zip
unzip greengrass-dependency-checker-GGCv1.10.x.zip
cd greengrass-dependency-checker-GGCv1.10.x
sudo check_ggc_dependencies | more
现在它显示了这个:
----------------------------Commands and software packages--------------------------
Python 2.7 version: 2.7.18
Python 3.7 version: 3.7.9
NodeJS 12.x: Not found
Java 8: Not found
我不明白,我有 NodeJS,但为什么它说Not found
你对我有什么意见或建议吗?
如果你能回答这个我会很高兴,我花了 3 个小时搜索但仍然无法解决..