diff --git a/cli.md b/cli.md index 8a633f3..0607401 100644 --- a/cli.md +++ b/cli.md @@ -105,6 +105,7 @@ npx electron-forge package --arch="ia32" ``` {% hint style="warning" %} + #### **Packaging requires `node_modules` to be on disk** When packaging your Electron app, Forge crawls your project's `node_modules` folder to collect dependencies to bundle. Its module resolution algorithm is naive and doesn't take into account symlinked dependencies nor Yarn's Plug'n'Play (PnP) format.