React-native link error: Error: Maximum call stack size exceeded

react-native link Times made the following error:

error:

  yeetiku-mobile-rn git:(master)  react-native link   
Scanning folders for symlinks in /Users/elone/project/yeetiku-mobile-rn/node_modules (9ms)
rnpm-install ERR! Something went wrong while linking. Error: Maximum call stack size exceeded 
Please file an issue here: https://github.com/facebook/react-native/issues 

Maximum call stack size exceeded

I am using expo, and everything is fine when the project is running. But in the implementation of the error of $react-native link Times, the project is so big that I have no idea what went wrong and it is difficult to locate it. I would like to ask you, how to locate the error? What exactly is wrong with this mistake?

post my package.json:

{
  "name": "my-project",
  "version": "0.1.0",
  "private": true,
  "devDependencies": {
    "babel-eslint": "^7.2.1",
    "babel-jest": "19.0.0",
    "babel-plugin-flow-react-proptypes": "^0.21.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-react-native": "^1.9.1",
    "babel-preset-react-native-stage-0": "^1.0.1",
    "eslint": "^4.17.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "flow-bin": "^0.38.0",
    "jest": "22.2.1",
    "jest-expo": "25.0.0",
    "prop-types": "^15.6.1",
    "react-native-scripts": "0.0.29",
    "react-test-renderer": "^15.5.4"
  },
  "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
  "scripts": {
    "start": "react-native-scripts start",
    "eject": "react-native-scripts eject",
    "android": "react-native-scripts android",
    "ios": "react-native-scripts ios",
    "test": "node node_modules/jest/bin/jest.js --watch"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "axios": "^0.16.1",
    "expo": "26.0.0",
    "lodash.debounce": "^4.0.8",
    "lodash.isempty": "^4.4.0",
    "mobx": "^3.1.9",
    "mobx-react": "^4.2.2",
    "moment": "^2.21.0",
    "moment-timezone": "^0.5.14",
    "native-base": "^2.4.1",
    "numeral": "^2.0.6",
    "qs": "^6.4.0",
    "react": "16.3.0-alpha.1",
    "react-moment": "^0.7.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",
    "react-native-easy-comments": "^1.0.11",
    "react-native-modalbox": "^1.3.9",
    "react-native-progress": "^3.3.0",
    "react-native-radio-buttons": "1.0.0",
    "react-native-storage": "^0.2.2",
    "react-native-svg": "^5.5.1",
    "react-navigation": "^1.5.11",
    "styled-components": "^1.4.6"
  }
}

completely cute.

Mar.06,2021
Menu