discordjs / opus

Native opus bindings for node
MIT License
188 stars 53 forks source link

Where 0.5.0 version? My project broken because it not exist anymore #135

Closed iocmet closed 1 year ago

iocmet commented 1 year ago

image If i trying update discord-opus to 0.8.0 i getting this


       Installing node modules (package.json)
       npm ERR! code ENOENT
       npm ERR! syscall open
       npm ERR! path /app/tmp/preinstall-.sh
       npm ERR! errno -2
       npm ERR! enoent ENOENT: no such file or directory, open '/app/tmp/preinstall-.sh'
       npm ERR! enoent This is related to npm not being able to find a file.
       npm ERR! enoent 

       npm ERR! A complete log of this run can be found in:
       npm ERR!     /tmp/npmcache./_logs/-debug-0.log
-----> Build failed
kyranet commented 1 year ago

It does exist, it's just deprecated.

The error you're having is a build one, please update to 0.8.0 to get the latest prebuilds and fixes.