pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Package your Node.js project into an executable

Results 76 pkg issues
Sort by recently updated
recently updated
newest added

## Problem PKG throws erroor when running windows executable from a process spawned by itself ## Steps to Reproduce lets say I have a simple nodejs app like this: ```js...

Fixes https://github.com/vercel/pkg/issues/1356

### What version of pkg are you using? 5.5.1 ### What version of Node.js are you using? 16.13.1 ### What operating system are you using? Windows ### What CPU architecture...

This can easily be done using `PKG_BABEL_PLUGINS` env var

add the ability to disable logging by requiring debug mode to be on to see the version fixes #1536

### What version of pkg are you using? 5.5.2 ### What version of Node.js are you using? 16.14.0 ### What operating system are you using? macOS ### What CPU architecture...

### What version of pkg are you using? 5.6.0 ### What version of Node.js are you using? 14.15.1 ### What operating system are you using? Windows ### What CPU architecture...

### What version of pkg are you using? 5.3.2 ### What version of Node.js are you using? 14.17.3 ### What operating system are you using? macOS ### What CPU architecture...

Hi, All of my private code sits in internal libraries that are included in node_modules. When I set these packages to license=UNLICENSED and private=true the source code still remains in...