Questions tagged [zeit-pkg]

Experience the power of this command line interface that allows you to transform your Node.js project into a self-contained executable, capable of running on devices with or without Node.js installed.

After packaging the application, the recursive functionality of fs.rmdir stops functioning

Issue with fs.rmdir recursive feature when application is bundled using Zeit/pkg The behavior of the script varies in two scenarios: The script runs successfully when executed directly from node as `node test.js` The script runs as a bundle and tmpDir i ...