gluxon / node-vapix

node-VAPIX is Axis’ own open API for cameras, implemented in Node.js
MIT License
16 stars 7 forks source link

Unable to install VAPIX #2

Closed mnurme closed 8 years ago

mnurme commented 8 years ago

Unable to install VAPIX. Has something to do with buffertools. Included npm-debug-log file.

npm-debug.txt

gluxon commented 8 years ago

Should be fixed with latest update. Thanks for reporting.

mnurme commented 8 years ago

Thank You for the fast reply! Unfortunately for me the same issue still persists. Installation still fails because of buffertools node-gyp rebuilt installation. Was vapix node.js API ment to be used with Windows? As it turns out buffertools has no prebuild package for windows. People using emailjs and ldapjs have the same issue when installing their packages as they have buffertools dependancy as well. Im yet a node.js beginner and dont know how to fix these issues myself. Included another npm-debug-log file npm-debug.txt

gluxon commented 8 years ago

Do you have python and Visual Studio installed? buffertools is a native package that needs a small c compiler. Linux and OS X have the requirements builtin, but Windows will need a few prerequisites.

https://github.com/bnoordhuis/node-buffertools/issues/62