第一步我们克隆源码
git clone https://github.com/nodejs/node.git
然后我们修改目录的权限
chmod -R 755 node
然后进行检验
./configure
进行编译
make && make install
最后看看我们的效果
node -v
git clone https://github.com/nodejs/node.git
chmod -R 755 node
./configure
make && make install
node -v