nanxiaobei / antd-img-crop

🗡 An image cropper for Ant Design Upload
MIT License
497 stars 156 forks source link

Can't resolve '@babel/runtime/helpers/esm/asyncToGenerator' #122

Closed Pasoul closed 3 years ago

Pasoul commented 3 years ago

问题

安装antd-img-crop后,运行项目报错

./node_modules/antd-img-crop/dist/antd-img-crop.esm.js
Module not found: Can't resolve '@babel/runtime/helpers/esm/asyncToGenerator' in '/Users/admin/Desktop/panda/web-ac-cms/node_modules/antd-img-crop/dist'

但是node_modules存在该文件,为什么会报错找不到呢? image

版本号: "@babel/runtime": "^7.13.10" "antd-img-crop": "^3.14.1"

nanxiaobei commented 3 years ago

可尝试删除 node_modules 目录,然后重启 npm install 一下。

如果还不行的话,可以提供一个 demo。

Pasoul commented 3 years ago

先close吧,有空试试