# blog **Repository Path**: magicBegin/blog ## Basic Information - **Project Name**: blog - **Description**: 记录学习与工作中的心得 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-16 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: vuepress ## README electron 报错 > throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again'); > Error: Electron failed to install correctly, please delete node_modules/electron and try installing again > at getElectronPath ```bash ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ && node ./node_modules/electron/install.js ```