开发者

Installing npm: segmentation fault after "sudo make install"

开发者 https://www.devze.com 2023-04-01 07:47 出处:网络
Im following the instructions: git clone https://github.com/isaacs/npm.git cd npm sudo make install and Im getting this:

Im following the instructions:

git clone https://github.com/isaacs/npm.git
cd npm
sudo make install

and Im getting this:

! [ -d .git ] || git submodule update --init --recursive
node cli.js install -g -f
make: *** [install] Segmentation fault
开发者_Go百科

Any idea?

I have Ubuntu 10.10 and node v0.5.6-pre

Regards

Javi

0

精彩评论

暂无评论...
验证码 换一张
取 消