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: cli.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ If you want to use the core API programmatically, see the [#programmatic-usage](
14
14
Forge's CLI uses comma-separated value strings to pass multiple arguments into a single flag. Depending on your terminal, these comma-separated values may need to be enclosed in quotation marks.
15
15
{% endhint %}
16
16
17
-
18
17
## Installation
19
18
20
19
To use the Forge CLI, install the `@electron-forge/cli` module into your project as a devDependency. If you're using the `create-electron-app` script, this module will already be installed for you.
These commands help you get started with Forge. If you're just getting started with Electron Forge, we recommend you follow the [.](./"mention") or [import-existing-project.md](import-existing-project.md"mention") guides.
29
28
29
+
{% hint style="info" %}
30
+
By default, Electron Forge will use `yarn` if it's available on your system when bootstrapping your application.\
31
+
\
32
+
To run Forge commands with a specific package manager, use the `NODE_INSTALLER` environment variable.
0 commit comments