problem-killer icon indicating copy to clipboard operation
problem-killer copied to clipboard

运行编译报错

Open QuanyiGu opened this issue 1 year ago • 1 comments

运行编译报错 error in ./node_modules/image-size/dist/index.js

Module parse failed: Unexpected token (47:31) You may need an appropriate loader to handle this file type. | var size = index_1.typeHandlers[type].calculate(input, filepath); | if (size !== undefined) {

    size.type = size.type ?? type;

| return size; | }

QuanyiGu avatar Jul 06 '24 09:07 QuanyiGu

把?? 改成|| 就可以了。

abining avatar Nov 13 '25 09:11 abining