我按照这里的说明进行操作:https://codeforgeek.com/2015/05/setup-node-development-environment-amazon-ec2/ - 一切似乎都已正确安装。当我运行'node --version'时,我得到-bash:node:command not found。我运行sudo ln -fs out / Release / node / usr / bin / node仍然是同样的问题。当我运行'whereis node'时,我得到节点:/ usr / bin / node / usr / local / bin / node。当我导航到这些目录中的任何一个时,'node'为红色。
我是一个前端人员所以所有这些基础设施的东西对我来说都是新的,所以请原谅我的无知。我想避免砸我的机器!
由于
答案 0 :(得分:0)
Use the NodeSource packages.
The setup script is https://rpm.nodesource.com/setup_6.x
If you just want it to work, as root
run
sudo su - root
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs gcc-c++ make