-
Notifications
You must be signed in to change notification settings - Fork 1k
Help with packaging a project #989
Comments
My guess is that one of your dependencies includes a native addon - pkg will warn about that. Otherwise it may be that pkg couldn't detect some source files - check the README about how to include. Otherwise you might get more help if you include the actual error message. |
@lselden pkg/prelude/bootstrap.js:1244 Error [ERR_INSPECTOR_NOT_AVAILABLE]: Inspector is not available |
Looks like you're trying to use --inspect, or a package you're using is trying to use the inspector, which is disabled by pkg. See #93 |
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label |
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit. |
Production binaries shall NOT take NODE_OPTIONS from end-users. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism. Bug: vercel/pkg#954, vercel/pkg#989, vercel/pkg#1194, vercel/pkg#1517
Production binaries shall NOT take NODE_OPTIONS from end-users. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism. Bug: vercel/pkg#954, vercel/pkg#989, vercel/pkg#1194, vercel/pkg#1517
Production binaries shall NOT take NODE_OPTIONS from end-users. Only the users (developers who use pkg to package their project) should have control over the flags via the "bake in" (--options) mechanism. Bug: vercel/pkg#954, vercel/pkg#989, vercel/pkg#1194, vercel/pkg#1517
Hi,
I am playing with pkg and when I try to run the executable, I got an error saying one of the required components is not available. Can someone please let me know what I might be doing wrong?
Here is the link to the git repository:
https://github.com/billtlee/ginit
Thanks in advance!
The text was updated successfully, but these errors were encountered: