Jesse Chan
Jesse Chan
> BTW I try to tag the author of that workflow, he is a master in that field but I know he is so busy so I dunno if he...
If pkg tries to compile Node.js, either the host platform or the target platform is not supported. Check https://github.com/vercel/pkg-fetch for supported platforms.
> Sorry the test has fails and i forgot to delete it, when it works the vacoom automatically removes it. > > Just to be clear tests will not pass...
Our use case is considerably more complicated. `enhanced-resolve` is nowhere near to a drop-in replacement for `resolve` in our case. We would have to study the APIs of the `enhanced-resolve`...
Tests are failing.
There are basically two camps of users. One camp wants a pkg-generated executable to behave as the bundled application in all scenarios. The other camp wants the executable to behave...
`spawn` routines of Node.js appear to interpret `node` as the executable itself. In our case, it would make sense to remove that, and treat `node` the same way as any...
> > This is not necessarily what you want, though. What are you trying to do here? Do you want a pkg-generated executable to function as Node.js runtime? > >...
This is not necessarily a bug. However, this would be our highest priority feature request.