Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 19, 2025
1 parent c2077a9 commit b91f03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b91f03c

Please sign in to comment.