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
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
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
requirepart everything works after that (I can use my module from the system, no errors whatsoever). Some info about my setup:noderuntime, because my module is meant to be used from the Node and relies onlibuvto work properlynode --version:v21.5.0Thanks in advance!