How do I install Node Js on my dedicated server

前端 未结 4 1547
遇见更好的自我
遇见更好的自我 2020-12-08 08:23

I have a dedicated server maintained by GoDaddy. I want to run Node Js on it. Is there any documentation available on how to install Node JS on my server? I have a CentOS de

4条回答
  •  既然无缘
    2020-12-08 08:54

    There are several resources about how to install it (recommended is to build from source). For example you can check out these:

    • Building and Installing Node.js
    • Installing Node and npm
    • gist with several ways how to install node.js

提交回复
热议问题