stacktracejs / stackframe

JS Object representation of a stack frame.
https://www.stacktracejs.com/#!/docs/stackframe
MIT License
79 stars 16 forks source link

TypeError: StackFrame is not a constructor #51

Closed sixgodIT closed 2 years ago

sixgodIT commented 2 years ago

ERROR TypeError: StackFrame is not a constructor TypeError: StackFrame is not a constructor at Object. (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/error-stack-parser/error-stack-parser.js:76:24) at Array.map () at Object.ErrorStackParser$$parseV8OrIE [as parseV8OrIE] (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/error-stack-parser/error-stack-parser.js:56:29) at Object.ErrorStackParser$$parse [as parse] (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/error-stack-parser/error-stack-parser.js:31:29) at getOriginalErrorStack (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/@soda/friendly-errors-webpack-plugin/src/core/extractWebpackError.js:31:29) at extractError (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/@soda/friendly-errors-webpack-plugin/src/core/extractWebpackError.js:22:20) at Array.map () at processErrors (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/@soda/friendly-errors-webpack-plugin/src/core/transformErrors.js:31:17) at FriendlyErrorsWebpackPlugin.displayErrors (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/@soda/friendly-errors-webpack-plugin/src/friendly-errors-plugin.js:97:29) at doneFn (/home/work/jenkins/workspace/FX-BE_fenxi-analysis-front/node_modules/@soda/friendly-errors-webpack-plugin/src/friendly-errors-plugin.js:57:14)

tcstory commented 2 years ago

met the same problem

hoowhoami commented 2 years ago

met the same problem

yj1438 commented 2 years ago

+1

zksfyz commented 2 years ago

+1

hustlz commented 2 years ago

+1

BenHsiung commented 2 years ago

+1

eriwen commented 2 years ago

I've released stackframe v1.3.4 to address this issue. Please update and add a comment here if it doesn't work for you.

sixgodIT commented 2 years ago

I've released stackframe v1.3.4 to address this issue. Please update and add a comment here if it doesn't work for you.

OK,3Q

BenHsiung commented 2 years ago

1.3.4 works for me