npm instala o couchbase na falha da máquina linux

1

Estou tentando mover o aplicativo js node da máquina windows para a máquina linux para o ambiente QA e estou tendo problemas para instalar o módulo couchbase na máquina linux.

Ele correu bem na máquina windows, mas eu tentei instalar este em 4 diferentes máquinas linux e recebo esta mensagem de erro quando eu corro

npm install couchbase --no-bin-links

Estou no preciso32 com vagrant para este logs.

 [email protected] install /vagrant/MBO 2122016/node_modules/couchbase
 prebuild --install

sh: 1: prebuild: not found
npm ERR! Linux 3.2.0-23-generic-pae
npm ERR! argv "/home/vagrant/.nvm/versions/node/v5.3.0/bin/node" "/home/vagrant/.nvm/versions/node/v5.3.0/bin/npm" "install" "couchbase" "--no-bin-links"
npm ERR! node v5.3.0
npm ERR! npm  v3.3.12
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn

npm ERR! [email protected] install: 'prebuild --install'
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] install script 'prebuild --install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the couchbase package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     prebuild --install
npm ERR! You can get their info via:
npm ERR!     npm owner ls couchbase
npm ERR! There is likely additional logging output above.
npm ERR! Linux 3.2.0-23-generic-pae
npm ERR! argv "/home/vagrant/.nvm/versions/node/v5.3.0/bin/node" "/home/vagrant/.nvm/versions/node/v5.3.0/bin/npm" "install" "couchbase" "--no-bin-links"
npm ERR! node v5.3.0
npm ERR! npm  v3.3.12
npm ERR! path npm-debug.log.6258c2ba9fb733156e17534450091eff
npm ERR! code ETXTBSY
npm ERR! errno -26
npm ERR! syscall rename

Eu postei o npm-debug que recebi deste comando para pastebin

http://pastebin.com/TtPFCSYf

    
por Jisoo Yun 16.02.2016 / 23:35

0 respostas

Tags