You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When I tried to test prebuild-install locally I got this error: Error Invalid arguments. I checked the source and here is the place where this error is emitted:
It's very strange, because when I comment the require part everything works after that (I can use my module from the system, no errors whatsoever). Some info about my setup:
Backend cmake-js
During the prebuild phase I use node runtime, because my module is meant to be used from the Node and relies on libuv to work properly
Hi! When I tried to test prebuild-install locally I got this error:
Error Invalid arguments
. I checked the source and here is the place where this error is emitted:It's very strange, because when I comment the
require
part everything works after that (I can use my module from the system, no errors whatsoever). Some info about my setup:node
runtime, because my module is meant to be used from the Node and relies onlibuv
to work properlynode --version
:v21.5.0
Thanks in advance!
The text was updated successfully, but these errors were encountered: