dgurkaynak / nodeshout

Native libshout bindings for node.js
MIT License
49 stars 19 forks source link

error when trying to use module #8

Closed danielpmc closed 4 years ago

danielpmc commented 4 years ago

Error: ENOENT: no such file or directory, open 'libshout.so'

Some enviroment info: Node version: 10.19.0 NPM version: 6.13.4

dgurkaynak commented 4 years ago

Is libshout installed on your system?

danielpmc commented 4 years ago

yes. i just reinstalled it and now getting: binding.target.mk:111: recipe for target 'Release/obj.target/binding/src/binding.o' failed make: *** [Release/obj.target/binding/src/binding.o] Error 1

dgurkaynak commented 4 years ago

What is your OS, and do you get this error while npm install nodeshout, or on runtime?

danielpmc commented 4 years ago

My OS is linux. i was able to fix it by downgrading my NodeJS Version to 8.10.0.