我一直在尝试打包一个电子应用程序,但它从未经过这个阶段:

我已经尝试了3次,每次都需要几个小时,但没有完成松鼠的包装。
包.json:
{
"name": "NAME",
"version": "0.1.0",
"private": false,
"author": "AUTHOR",
"description": "DESCRIPTION.",
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.9.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.0",
"cross-env": "^7.0.3",
"electron": "^19.0.10",
"electron-compile": "^6.4.4",
"electron-forge": "^5.2.4",
"electron-is-dev": "^2.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.10.0",
"react-modal": "^3.15.1",
"react-scripts": "5.0.1",
"reactjs-popup": "^2.0.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts …Run Code Online (Sandbox Code Playgroud)