From a66642fe4eb8d1997a45905b7fe0d9f964368620 Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 7 Nov 2024 18:01:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20develop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop.md b/develop.md index 6ac4a16..d3f344b 100644 --- a/develop.md +++ b/develop.md @@ -107,7 +107,7 @@ pnpm build:linux # Build for Linux ### Specific area "throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')" -Overwrite the contents of `.npmrc.CN` in the project with `.npmrc`, then delete `node_modules` and reinstall dependencies. Or you can also use [electron-fix](https://github.com/pangxieju/electron-fix) +Overwrite the contents of `.npmrc.CN` in the project to `.npmrc`, then delete `node_modules` and reinstall dependencies. Alternatively, you can use [electron-fix](https://github.com/pangxieju/electron-fix) ## Support and Contact