我按照说明进行操作:
git clone https://github.com/isaacs/npm.git
cd npm
sudo make install
我得到了这个:
! [ -d .git ] || git submodule update --init --recursive
node cli.js install -g -f
make: *** [install] Segmentation fault
任何想法?
我有 Ubuntu 10.10 和节点 v0.5.6-pre
问候
哈维