Trying to install on Windows 8.1 (node 0.12 & iojs 2.3 both) give the following error:
'taglib-config' is not recognized as an internal or external command,
operable program or batch file.
gyp: Call to 'taglib-config --cflags' returned exit status 1. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
Ahh, acc. to this issue it seems installing it is not simply a matter of doing npm install taglib, I have to actually build the binary first. Awesome! /s
Trying to install on Windows 8.1 (node 0.12 & iojs 2.3 both) give the following error:
(full logs (both install and debug))