From c9e470725ec2bf5178fa179d95995236e8b34a8d Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 19 Feb 2025 10:23:57 -0800 Subject: [PATCH] chore: fix lint (#222) --- README.md | 1 + cli.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7af17d1..659dc10 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Electron Forge is an all-in-one tool for packaging and distributing Electron app * [pnpm](https://pnpm.io/) (as of Forge v7.7.0) {% 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. 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.