gpt4 book ai didi

vue.js - Vite 迁移 : error does not provide an export

转载 作者:行者123 更新时间:2023-12-05 04:49:24 27 4
gpt4 key购买 nike

我正在尝试使用 Vue 2.0 从 vue-cli 迁移到 Vite。

我有一些用于 GRPC 通信的 JavaScript 生成的文件;每个文件旁边都有一个声明性文件,因为我将 Vue 与 TypeScript 结合使用。运行 Vite 时,出现以下错误:

Uncaught SyntaxError: The requested module '/src/proto/admin_config_grpc_web_pb.js' does not provide an export named 'AdminConfigurationServicePromiseClient'

但是,我有一个相应的声明文件,其中包含这一行:

export class AdminConfigurationServiceClient {

有人遇到过这个问题并有解决方案吗?

谢谢

最佳答案

这个错误类似于vite issue https://github.com/vitejs/vite/issues/2117 .

Do not re-export typescript type or interface in vite. You can just export it in file A and import it in file B. Don't try to export it in file B again

顺便说一句,

https://github.com/originjs/webpack-to-vite

这是我在转换旧项目时搜索错误信息时发现的一个github项目。它列出了一些转换项和错误修复方法。它甚至可以一键将旧项目转换为 vite 项目。很棒,推荐!

关于vue.js - Vite 迁移 : error does not provide an export,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67615532/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com