-
Notifications
You must be signed in to change notification settings - Fork 67
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
error on npm install node-core-audio #27
Comments
Could you paste the entire error please |
Sure: npm http GET https://registry.npmjs.org/node-core-audio
�[34m[ws v0.1.1]�[39m�[32m Attempting to compile blazing fast native extensions.�[39m
make: Entering directory npm ERR! System Linux 3.2.0-4-686-pae |
Hi! getting the same error here aswell, but on windows. Log below. [Image removed]
EDIT: For a better explanation check out this thread: nodejs/node-gyp#297 Note! This issue is indeed not the same as OP's, but it's still an issue that should be noted to the users.. but because - as stated previously - the issue resides within node-gyp it should mainly be reported to their GitHub site. |
I have this on a raspberry Pi (user name is default -pi-): make: Entering directory '/home/pi/node_modules/node-core-audio/build' npm ERR! System Linux 3.10.25+ |
I'm encountering a very similar error trying to install node-core-audio. Was this ever resolved?
[ws v0.1.1] Attempting to compile blazing fast native extensions.
make: Entering directory npm ERR! node-core-audio@0.4.1 install: |
To install the lib on ubuntu, i had to do a little modification, see #41 |
Same problem on Mac OSX. It says the command that failed is node-gyp rebuild |
Hi,
when I try to install node-core-audio to my Debian instance I end up with "make failed with exit code: 2".
Before that I get a warning in AudioEngine.cpp:78:51 that argument 3 has to be type "long int", but "unsinged int" was used.
Is that a known problem? How can I fix it?
Regards,
Tobias.
The text was updated successfully, but these errors were encountered: