gpt4 book ai didi

linux - npm 在 linux 机器上安装 couchbase 失败

转载 作者:太空宇宙 更新时间:2023-11-04 12:57:02 24 4
gpt4 key购买 nike

我正在尝试将 node js 应用程序从 Windows 机器移动到 linux 机器以获得 QA 环境,但我在 linux 机器上安装 couchbase 模块时遇到了问题。

它在 windows 机器上运行良好,但我已经在 4 台不同的 linux 机器上尝试过这个安装,当我运行时我收到这个错误消息

npm install couchbase --no-bin-links

我在 precise32 上使用 vagrant 获取此日志。

 couchbase@2.1.3 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! couchbase@2.1.3 install: `prebuild --install`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the couchbase@2.1.3 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

我已经将我从这个命令得到的 npm-debug 发布到 pastebin

http://pastebin.com/TtPFCSYf

最佳答案

您不能在干净的环境中使用 --no-bin-links 安装它,因为它依赖于可访问的 prebuild 二进制文件。要解决它,您必须完全删除此开关,或者在没有它的情况下在 couchbase 之前安装预构建:

npm install prebuild
npm install couchbase --no-bin-links

关于linux - npm 在 linux 机器上安装 couchbase 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35442708/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com