【发布时间】:2022-01-07 17:03:01
【问题描述】:
我正在使用 ngx-image-cropper 依赖项,但我不知道为什么每当我将它导入到我的 app.component.module.ts 中时会出现此错误。
尝试从 3 小时开始解决此问题但无法解决!
【问题讨论】:
标签: angular npm dependencies npm-install ngx-image-cropper
我正在使用 ngx-image-cropper 依赖项,但我不知道为什么每当我将它导入到我的 app.component.module.ts 中时会出现此错误。
尝试从 3 小时开始解决此问题但无法解决!
【问题讨论】:
标签: angular npm dependencies npm-install ngx-image-cropper
移除节点模块
rm -rf 节点模块
然后再次 npm install ,它就可以正常工作了。
欲了解更多信息,请查看此链接:https://github.com/Mawi137/ngx-image-cropper/issues/282
【讨论】: