错误代码:SBOX_FATAL_MEMORY_EXCEEDED:React 页面使用过多内存并在运行时崩溃

问题描述

Github 链接https://github.com/Bijaypoudel/me 网站链接https://Bijaypoudel.github.io/me

不在本地或部署的运行。

它在 2 个月前运行良好。它就在上个月开始崩溃。

我假设这是因为依赖版本不匹配。 我收到以下错误。我确实查找了错误代码。找不到任何有用的东西。

错误代码:SBox_FATAL_MEMORY_EXCEEDED Error Image

我的 package.json 文件

{
  "homepage": "https://Bijaypoudel.github.io/me","name": "me","version": "0.1.0","private": true,"dependencies": {
    "@testing-library/jest-dom": "^5.11.9","@testing-library/react": "^11.2.5","@testing-library/user-event": "^12.7.1","emailjs-com": "^2.6.4","jquery": "^3.5.1","react": "^17.0.1","react-dom": "^17.0.1","react-icons": "^4.2.0","react-particles-js": "^3.4.1","react-router-dom": "^5.2.0","react-scripts": "^4.0.2","react-scroll": "^1.8.1","react-spring": "^8.0.27","sass": "^1.32.8","styled-components": "^5.2.1","web-vitals": "^1.1.0"
  },"scripts": {
    "start": "react-scripts start","build": "react-scripts build","test": "react-scripts test","eject": "react-scripts eject","predeploy": "npm run build","deploy": "gh-pages -d build"
  },"eslintConfig": {
    "extends": [
      "react-app","react-app/jest"
    ]
  },"browserslist": {
    "production": [
      ">0.2%","not dead","not op_mini all"
    ],"development": [
      "last 1 chrome version","last 1 firefox version","last 1 safari version"
    ]
  }
}


解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)