We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check-system
7.6.1
N/A
All
No response
The system check runs, but no error is thrown and the output is collapsed so we aren't really doing anything here.
⚠ Checking your system ✔ Found [email protected] ✔ Found [email protected] ✖ Incompatible version of Yarn detected "0.28.4", must be in range >= 1.0.0 electron-forge:check-system checking system, create ~/.skip-forge-system-check to stop doing this +0ms ❯ Locating application electron-forge:project-resolver searching for project in: /Users/erick.zhao/Developer/dump/20250211-vanilla +0ms electron-forge:project-resolver package.json with forge dependency found in /Users/erick.zhao/Developer/dump/20250211-vanilla/package.json +1ms ✔ Locating application ❯ Loading configuration electron-forge:import-search searching [ '@electron-forge/plugin-auto-unpack-natives', '/Users/erick.zhao/Developer/dump/20250211-vanilla/@electron-forge/plugin-auto-unpack-natives', '/Users/erick.zhao/Developer/dump/20250211-vanilla/node_modules/@electron-forge/plugin-auto-unpack-natives' ] relative to /Users/erick.zhao/Developer/dump/20250211-vanilla +0ms electron-forge:import-search testing @electron-forge/plugin-auto-unpack-natives +0ms ✔ Loading configuration ❯ Preparing native dependencies ✔ Preparing native dependencies ❯ Running generateAssets hook ✔ Running generateAssets hook ❯ Running preStart hook
System check should fail or at least warn the user.
The easiest way to reproduce this is to install an obsolete version of yarn.
yarn
npm install -g [email protected] npm start
The text was updated successfully, but these errors were encountered:
erickzhao
No branches or pull requests
Pre-flight checklist
Forge version
7.6.1
Electron version
N/A
Operating system
All
Last known working Forge version
No response
Expected behavior
The system check runs, but no error is thrown and the output is collapsed so we aren't really doing anything here.
Actual behavior
System check should fail or at least warn the user.
Steps to reproduce
The easiest way to reproduce this is to install an obsolete version of
yarn
.Additional information
No response
The text was updated successfully, but these errors were encountered: