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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Electron Forge is an all-in-one tool for packaging and distributing Electron app
16
16
*[pnpm](https://pnpm.io/) (as of Forge v7.7.0)
17
17
18
18
{% hint style="warning" %}
19
+
19
20
#### **Packaging requires `node_modules` to be on disk**
20
21
21
22
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.
#### **Packaging requires `node_modules` to be on disk**
109
110
110
111
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.
0 commit comments