应该是在package.json文件里添加上所需的依赖列表才能够成功下载依赖.package.json文件里添加的依赖列表为: "dependencies": {"electron-squirrel-startup":"^1.0.0",>"electron-compile":"^6.4.3"},"devDependencies": {>"electron-prebuilt-compile":"2.0.4",>"electron-forge":"^5.2.2","@electron-forge...
使用electron-forge/cli 打包electron程序, #安装 electron-forge/cli 脚手架npm install --save-dev @electron-forge/cli#执行命令npx electron-forge import ✔ Checking your system ✔ Initializing Git Repository ✔ Writing modified package.json file ✔ Installing dependencies ✔ Writing modified packag...
npx create-electron-app my-app is stuck on "Installing NPM Dependencies"#1312Description thesoftwarephilosopher openedon Nov 30, 2019 I have read the contribution documentation for this project. I agree to follow the code of conduct that this project follows, as appropriate. I have searched the...
PS G:\repo\test\test-electron-native> npx electron-forge import ✔ Checking your system ✔ Locating importable project ❯ Processing configuration and dependencies ✖ Installing dependencies › Failed to install modules: ["electron-squirrel-startup"] With output: Command failed with a non-ze...
generic: clarify what the major package dependencies are (559956b3) Refactorsgeneric: move ora.ora to an ora helper for ease of submodule use (ee33638a) 2.7.3 (2017-1-25)New Featuresinstaller: manually mount and scan a DMG file when installing for the .app (7ea5af8a) Bug Fixes...
generic: clarify what the major package dependencies are (559956b3) Refactorsgeneric: move ora.ora to an ora helper for ease of submodule use (ee33638a) 2.7.3 (2017-1-25)New Featuresinstaller: manually mount and scan a DMG file when installing for the .app (7ea5af8a) ...
electron-forge创建项目卡在Installing NPM Dependencies 将npm源改为淘宝源后 然后重新创建项目顺利创建完成
I am trying to import my angular 2 electron app and I am receiving an error when installing dependencies An unhandled error has occurred inside Forge: Failed to install modules: ["electron-prebuilt-compile@1.4.13"] With output: npm ERR! Darwin 16.3.0 npm ERR! argv "/usr/local/bin/node...
$ npm init electron-app@latest nope ✔ Locating custom template: "base" ✔ Initializing directory ✔ Preparing template ✔ Initializing template ⚠ Installing template dependencies ✔ Installing production dependencies ✔ Installing development dependencies ✖ Failed to install modules: ["electro...
Build System / Dependencies deps: upgrade transitive dependencies (a06b5b7d) bump ssri from 6.0.1 to 6.0.2 (2215dac5) upgrade xterm to 4.12.0 (0a8b1fb1) upgrade webpack-dev-middleware to 4.2.0 (790647dc) upgrade semver to 7.3.5 (30be10a6) ...