gpt4 book ai didi

node.js - 我应该在哪里安装node.js?

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

我想知道我应该在 CentOS 5/cPanel 服务器上的哪个目录中安装 node.js,方法是执行 Wiki 中提到的以下命令:

git clone --depth 1 https://github.com/joyent/node.git
cd node
git checkout origin/v0.4 # optional. Note that master is unstable.
export JOBS=2 # optional, sets number of parallel commands.
mkdir ~/local
./configure --prefix=$HOME/local/node
make
make install
echo 'export PATH=$HOME/local/node/bin:$PATH' >> ~/.profile
source ~/.profile

请指教。

最佳答案

多用户系统更传统的位置是:

/usr/bin/node
/usr/local/bin/node

但正如@Raynos所说,你可以把它放在任何你想要的地方。

关于node.js - 我应该在哪里安装node.js?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6426818/

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