We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@supermap/iclient-common 包依赖echarts4.x版本但是package.json中没有声明该依赖,导致项目在使用时必须安装4.9版本echarts不能使用5.x版本echarts
当项目使用echarts5.x的时候,webpack打包时会提示错误,错误语句为上诉图标位置,问题原因为@supermap/iclient-common 包依赖echarts4.x版本但是package.json中没有声明该依赖
@supermap/iclient-common 在package.json中声明echarts4.x依赖,项目能正常使用echarts5.x
webpack项目中安装echarts5.x,导入使用@supermap/iclient-ol,webpack报错。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
参考#426的解决办法 11.1.0正式版npm已发布,可以使用这个版本
No branches or pull requests
Request a feature or report a bug? [这是一个需求还是一个缺陷]:BUG
One-line summary [问题简述]:
@supermap/iclient-common 包依赖echarts4.x版本但是package.json中没有声明该依赖,导致项目在使用时必须安装4.9版本echarts不能使用5.x版本echarts
Version [产品及版本]
Actual Behavior [当前现象]
当项目使用echarts5.x的时候,webpack打包时会提示错误,错误语句为上诉图标位置,问题原因为@supermap/iclient-common 包依赖echarts4.x版本但是package.json中没有声明该依赖
Expected Behavior [期望现象]
@supermap/iclient-common 在package.json中声明echarts4.x依赖,项目能正常使用echarts5.x
Example of reproducing the issue [重现现象的例子]
webpack项目中安装echarts5.x,导入使用@supermap/iclient-ol,webpack报错。
The text was updated successfully, but these errors were encountered: