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
Currently we use pkg as the tool to build node code into single binary executable. This has been deprecated according to the pkg maintainer. See: https://github.com/vercel/pkg.
Important
pkg has been deprecated with 5.8.1 as the last release. There are a number of successful forked versions of pkg already with various feature additions. Further, we’re excited about Node.js 21’s support for single executable applications. Thank you for the support and contributions over the years. The repository will remain open and archived.
We need to find new way to replace pkg, e.g.: use the single executable applications feature provided natively by nodejs.
The text was updated successfully, but these errors were encountered:
Currently we use pkg as the tool to build node code into single binary executable. This has been deprecated according to the pkg maintainer. See: https://github.com/vercel/pkg.
We need to find new way to replace pkg, e.g.: use the single executable applications feature provided natively by nodejs.
The text was updated successfully, but these errors were encountered: