nikhilm / node-taglib

Simple taglib bindings to Javascript using node.js
http://nikhilm.github.com/node-taglib
MIT License
147 stars 25 forks source link

'taglib-config' is not recognized as an internal or external command #61

Closed laggingreflex closed 9 years ago

laggingreflex commented 9 years ago

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

(full logs (both install and debug))

laggingreflex commented 9 years ago

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