我按照说明操作:
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
此致
哈维