[访问报错] RangeError: Maximum call stack size exceeded
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
```
RangeError: Maximum call stack size exceeded
at index.js:39
at iterator (vue-router.esm.js:1943)
at step (vue-router.esm.js:1717)
at runQueue (vue-router.esm.js:1725)
at HashHistory.confirmTransition (vue-router.esm.js:1972)
at HashHistory.transitionTo (vue-router.esm.js:1874)
at HashHistory.push (vue-router.esm.js:2273)
at vue-router.esm.js:1960
at index.js:30
at iterator (vue-router.esm.js:1943)
```
clone项目后运行以下命令,编译通过,浏览器访问控制台报错如上
```
npm install
npm run dev
```
求助,该如何解决?
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the browser error after running npm install and npm run dev. Start with index.js at lines 30 and 39 and trace the vue-router calls shown in the stack; done means the development page loads without the RangeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100