json-schema-library
json-schema-library copied to clipboard
"export 'default' (imported as 'deepmerge') was not found in 'deepmerge'
我的项目安装了[json-schema-library],在启动项目时报"export 'default' (imported as 'deepmerge') was not found in 'deepmerge'错误,我排查了一下原因,使用的deepmerge依赖版本是4.3.1,与我的项目不兼容。
我测试了deepmerge的1.5.2版本,我的项目可以正常运行。
请问我现在应该如何处理呢?