Skip to content
New issue

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

Failed to resolve entry for package "@dataview/datav-vue3". The package may have incorrect main/module/exports specified in its package.json. #40

Open
chuyechuan opened this issue Jun 5, 2023 · 13 comments

Comments

@chuyechuan
Copy link

添加完依赖后运行不起来;
解决方法:在"@dataview/datav-vue3"的package.json文件加入"type": "module";

@prcseraph
Copy link

问题依旧

1 similar comment
@yaotutu
Copy link

yaotutu commented Jun 13, 2023

问题依旧

@liuly-6
Copy link

liuly-6 commented Jul 14, 2023

同样遇到这个问题

@heweixiang
Copy link

问题依然

@GuoAccount
Copy link

也是这个问题,离谱了

@kangaoxioashi
Copy link

import * as DataV from '@dataview/datav-vue3/es';

@hutiantian04
Copy link

解决了吗,我也遇到这样问题,求解

@ifxj
Copy link

ifxj commented Aug 30, 2023

aiaiaiai

@YYDarling
Copy link

import * as DataV from '@dataview/datav-vue3/es';
还是报错
'/node_modules/.vite/deps/@dataview_datav-vue3_es.js?v=c9c3d6c3' does not provide an export named 'default'

@xiaoxiaohuayu
Copy link

import { BorderBox8 } from "@dataview/datav-vue3/es/components/border-box-8";

@lozn00
Copy link

lozn00 commented Oct 20, 2023

服了啊,这个老6 ,怎么都搞出这样的bug

@aboutZZ
Copy link

aboutZZ commented Nov 2, 2023

import { BorderBox8 } from "@dataview/datav-vue3/es/components/border-box-8";

这样子引入BorderBox8后,从此页面跳转其他页面时,报错TypeError: n is null,去掉该组件后可正常跳转页面。
看了报错信息应该是unmount组件的时候挂了。作者真就不修呗

@hong3731
Copy link

hong3731 commented Apr 9, 2024

服了啊,这个老6 ,怎么都搞出这样的bug

不准备修这个bug了吗??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests