npm install在Ubuntu 16 + node v6.x上导致错误

时间:2016-08-04 13:40:29

标签: node.js

我在进行npm安装时看到以下错误:

> fibers@1.0.13 install /home/deploy/xxx-server-v2/node_modules/fibers
> node build.js || nodejs build.js

`linux-x64-v8-5.0` exists; testing
Binary is fine; exiting

> bcrypt@0.8.7 install /home/deploy/xxx-server-v2/node_modules/bcrypt
> node-gyp rebuild

make: Entering directory '/home/deploy/gym-patrol-server-v2/node_modules/bcrypt/build'
  CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
Killed
deploy@ubuntu-512mb-nyc3-01:~/gym-patrol-server-v2$   SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
  COPY Release/bcrypt_lib.node
make: Leaving directory '/home/deploy/xxx-server-v2/node_modules/bcrypt/build'

在我的本地计算机(mac)上运行'npm install'时,上述情况不会发生。 我确实安静了一些研究,但不知道是什么导致Ubuntu发生这种情况

1 个答案:

答案 0 :(得分:0)

那" Killed"意味着构建过程由于某种原因而死亡,可能是由于内存不足。

Ubuntu盒子(它是VM?VPS?烤面包机?)有多少内存?