-
Notifications
You must be signed in to change notification settings - Fork 51
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
导入识别不了路径6:25:56 [vite] Internal server error: Failed to resolve entry for package "@dataview/datav-vue3". The package may have incorrect main/module/exports specified in its package.json. #45
Comments
+1 同样的问题 |
+1 同样的问题 |
同样的问题+1 |
这个@dataview/datav-vue3 依赖 |
@eiriksgata 我用别人修改版了 |
|
+1 |
我fork了一个新的包,只是修复了这个错误。大家可以用这个: yarn add @newpanjing/datav-vue3 然后使用方法还是一模一样,但是包的位置不一样了: <script setup lang="ts">
import { BorderBox1 } from '@newpanjing/datav-vue3';
</script>
<template>
<BorderBox1 style="width:200px;height:50px;" />
</template>
<style scoped>
</style> 要从这里导入: 源码的github地址: |
我也出现这个问题了,希望尽快修复吧 |
resolve entry for package "@dataview/datav-vue3". The package may have incorrect main/module/exports specified in its package.json.
16:25:56 [vite] Internal server error: Failed to resolve entry for package "@dataview/datav-vue3". The package may have incorrect main/module/exports specified in its package.json.
Plugin: vite:import-analysis
The text was updated successfully, but these errors were encountered: