gpt4 book ai didi

node.js - -bash : node: command not found (on EC2 instance)

转载 作者:太空宇宙 更新时间:2023-11-04 02:06:20 24 4
gpt4 key购买 nike

我遇到了无法使用 Node 命令的问题。

我已创建 EC2 实例(AMI:Amazon Linux AMI 2017.03.0 (HVM)、SSD 卷类型)

然后我安装了软件包...

[ec2-user@ip-172-31-29-213 ~]$sudo yum -y install git gcc-c++ make openssl-devel nginx

[ec2-user@ip-172-31-29-213 ~]$git clone git://github.com/creationix/nvm.git .nvm

[ec2-user@ip-172-31-29-213 ~]$source ~/.nvm/nvm.sh

[ec2-user@ip-172-31-29-213 ~]$nvm install v6.10.3

[ec2-user@ip-172-31-29-213 ~]$node -v
v6.10.3

然后,我构建了一个 Node.js Web 系统。我能够访问系统。

但是,休息了之后(大约2个小时), Node 命令变得不起作用...

$ [ec2-user@ip-172-31-29-213 ~]$ node -v
-bash: node: command not found

请告诉我这是什么原因。

最佳答案

我已经通过以下命令解决了。

source ~/.nvm/nvm.sh

感谢大家的热情回复。

关于node.js - -bash : node: command not found (on EC2 instance),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44180131/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com