Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opensuse13 安装speaker失败 #116

Open
fernandodo opened this issue Sep 2, 2014 · 2 comments
Open

Opensuse13 安装speaker失败 #116

fernandodo opened this issue Sep 2, 2014 · 2 comments

Comments

@fernandodo
Copy link

似乎应该是 ALSA backend 的问题。但是,opensuse下面没有 libasound2-dev ,而我安装了alsa-devel。

错误提示如下:
sudo npm install speaker
/

[email protected] install /home/fernandol/node_modules/speaker
node-gyp rebuild

gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at F (/usr/lib/node_modules/npm/node_modules/which/which.js:43:28)
gyp ERR! stack at E (/usr/lib/node_modules/npm/node_modules/which/which.js:46:29)
gyp ERR! stack at /usr/lib/node_modules/npm/node_modules/which/which.js:57:16
gyp ERR! stack at Object.oncomplete (evalmachine.:107:15)
gyp ERR! System Linux 3.11.10-17-default
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/fernandol/node_modules/speaker
gyp ERR! node -v v0.10.31
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the speaker package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls speaker
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.11.10-17-default
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "speaker"
npm ERR! cwd /home/fernandol
npm ERR! node -v v0.10.31
npm ERR! npm -v 1.4.23
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/fernandol/npm-debug.log
npm ERR! not ok code 0

@btbxbob
Copy link

btbxbob commented Oct 22, 2014

gyp ERR! stack Error: not found: make

缺的是这个吧。

@fernandodo
Copy link
Author

是的!解决了,多谢!
2014-10-22 上午9:46于 "Bob Xiang" [email protected]写道:

gyp ERR! stack Error: not found: make

缺的是这个吧。


Reply to this email directly or view it on GitHub
#116 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants