tom-cnblogs

导航

Cannot find module ‘@vitejs/plugin-vue‘ or its corresponding type declarations.

报错
electron.vite.config.ts:3:17 - error TS2307: Cannot find module '@vitejs/plugin-vue' or its corresponding type declarations.

There are types at 'E:/VSCode/work/tooler/node_modules/@vitejs/plugin-vue/dist/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.

import vue from '@vitejs/plugin-vue'

解决
在tsconfig.node.json 文件中添加 "moduleResolution": "bundler"

posted on 2025-09-01 17:33  tomcodes  阅读(1)  评论(0)    收藏  举报