gpt4 book ai didi

node.js - Node.js 无法在我的 Ubuntu 计算机上安装

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

我使用git安装node js,我使用的方法如下:

mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc

git clone git://github.com/joyent/node.git
cd node
./configure --prefix=~/local
make install
cd ..

此后,我在命令行上使用 Node ,它告诉我没有 Node 。任何人都可以帮助我吗?我得到了方法形式 https://gist.github.com/isaacs/579814 ,但无法工作。我的路就在这里。 my $PATH

最佳答案

make install 之前,您必须先 make

The wiki has more information about building from source.

关于node.js - Node.js 无法在我的 Ubuntu 计算机上安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18153163/

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