devowlio / node-lame

LAME is an open-source encoder that encodes and decodes audio to the MP3 file format. For all MP3 needs a Node.js wrapper of the full LAME command line.
Other
82 stars 9 forks source link

Can't find file of buffer Error: ENOENT: no such file or directory, unlink ' #23

Closed poreniyi closed 3 years ago

poreniyi commented 3 years ago

Can't find the file and the file exists I've tried moving it around but no luck Error: ENOENT: no such file or directory, unlink '

jankarres commented 3 years ago

Please check out https://github.com/devowlio/node-lame/issues/6#issuecomment-362091471 and see if that answer helps you.

poreniyi commented 3 years ago

Please check out #6 (comment) and see if that answer helps you.

ohh I didn't install lame I will try

poreniyi commented 3 years ago

I get a huge error log full of npm ERR! when I try to add the lame via npm install lame

jankarres commented 3 years ago

Please read the readme file to learn how to install LAME: https://github.com/devowlio/node-lame#installation

I close this thread because the mistake was found.