ReferenceError: babelHelpers is not defined ./node_modules/react-avatar-editor/dist/index.js/</i< node_modules/react-avatar-editor/dist/index.js:1

ReferenceError: babelHelpers is not defined ./node_modules/react-avatar-editor/dist/index.js/</i< node_modules/react-avatar-editor/dist/index.js:1

我在导入 react-avatar-editor 时收到 ReferenceError: babelHelpers is not defined, 请帮忙!

看起来 11.0.9 以后的版本有这个问题。 您可能需要使用版本 11.0.7。

在你的包中-lock.json找到“react-avatar-editor”并将版本号替换为“11.0.7”。

[编辑] 这里提到: https://github.com/mosch/react-avatar-editor/issues/340