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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,11 @@ Electron Forge is an all-in-one tool for packaging and distributing Electron app
12
12
*[Git](https://git-scm.com/)
13
13
* A JavaScript package manager:
14
14
*[npm](https://www.npmjs.com/)
15
-
*[Yarn Classic](https://classic.yarnpkg.com/)
15
+
*[Yarn](https://yarnpkg.com/)
16
16
*[pnpm](https://pnpm.io/) (as of Forge v7.7.0)
17
17
18
18
{% hint style="warning" %}
19
-
20
-
#### **Packaging requires `node_modules` to be on disk**
19
+
**Packaging requires `node_modules` to be on disk**
21
20
22
21
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