stacktracejs / error-stack-parser

Extract meaning from JS Errors
https://www.stacktracejs.com/#!/docs/error-stack-parser
MIT License
450 stars 52 forks source link

No matching version found for stackframe@^1.3.0. It was specified as a dependency of 'error-stack-parser' #76

Closed laoriy closed 2 years ago

laoriy commented 2 years ago

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

Context

Your Environment

Possible Solution

JennerChen commented 2 years ago

same problem image

Drinjs commented 2 years ago

Since the dependency stackframe@1.3.0 that version 2.10 depends on has not been released, please switch back to version 2.0.7

eriwen commented 2 years ago

This is likely a CDN issue. Please use v2.1.2+ of error-stack-parser if you encounter StackFrame is not a constructor.

vinayg-cp commented 2 years ago

2.0.7

This worked for us, thank you.